You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I often find myself needing more configuration capabilites in Android.mk. We already have androidAndroidMk, but this does not allow injecting anything into the shared library build, like static lib dependencies.
I always workaround it by using linkerFlags with new lines, but it's honestly not great!
The text was updated successfully, but these errors were encountered:
I often find myself needing more configuration capabilites in Android.mk. We already have
androidAndroidMk
, but this does not allow injecting anything into the shared library build, like static lib dependencies.I always workaround it by using
linkerFlags
with new lines, but it's honestly not great!The text was updated successfully, but these errors were encountered: