We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
https://android.googlesource.com/platform/ndk/+/master/build/core/build-binary.mk#531
APP_LDFLAGS come before LOCAL_LDFLAGS, so modules cannot override application-wide settings.
APP_LDFLAGS
LOCAL_LDFLAGS
The text was updated successfully, but these errors were encountered:
https://android-review.googlesource.com/c/platform/ndk/+/936754 (need to cherry-pick to r20 after beta 2 ships)
Sorry, something went wrong.
Allow module ldflags to override app-wide flags.
b98bcb5
Test: ./checkbuild.py && ./run_tests.py Bug: android/ndk#908 Change-Id: I6becdcc67b3ca42e0f695f5af10e287eac56b68e
1b55600
https://android-review.googlesource.com/c/platform/ndk/+/943639
Update git submodules
ffa8b2c
* Update ndk from branch 'ndk-release-r20' to c1e17d5b2b797bed4b3a691050546ff2854ec864 - Merge "Allow module ldflags to override app-wide flags." into ndk-release-r20 - Allow module ldflags to override app-wide flags. Test: ./checkbuild.py && ./run_tests.py Bug: android/ndk#908 Change-Id: I6becdcc67b3ca42e0f695f5af10e287eac56b68e
DanAlbert
No branches or pull requests
https://android.googlesource.com/platform/ndk/+/master/build/core/build-binary.mk#531
APP_LDFLAGS
come beforeLOCAL_LDFLAGS
, so modules cannot override application-wide settings.The text was updated successfully, but these errors were encountered: