-
Notifications
You must be signed in to change notification settings - Fork 24.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump Android NDK to r17b #20357
Bump Android NDK to r17b #20357
Conversation
Thanks for the job, nicely done. Let's wait the ci fixed on master and then merge this. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
I did some cleanup and will push once master CI fixed.
|
Done and CI is green 😄 (https://circleci.com/gh/dulmandakh/react-native/954). Had to bump buck because it was trying to use removed ABI from NDK, and buck v2018.07.09.01 fixed it with facebook/buck@4ef8e96. |
@hramos please review and merge |
I would like to note that RNTester app works as usual. And I found that LOCAL_EXPORT_CPPFLAGS exports CFLAGS to including module, which resulted in polluted and mixed CFLAGS. |
Awesome PR! 2 birds with 1 stone. |
@fkgozali please review and merge. RNTester app works just fine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hramos is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
This pull request was closed by @dulmandakh in 6117a6c. Once this commit is added to a release, you will see the corresponding version tag below the description at 6117a6c. If the commit has a single |
Summary: This PR bumps Android NDK version to r17b (latest). Cleaned up redundant **LOCAL_EXPORT_CPPFLAGS** rules in .mk files Pull Request resolved: facebook/react-native#20357 Differential Revision: D9068424 Pulled By: hramos fbshipit-source-id: 8578637e38e807288b819a36cb75ea9feefcc09f
Summary: This PR bumps Android NDK version to r17b (latest). Cleaned up redundant **LOCAL_EXPORT_CPPFLAGS** rules in .mk files Pull Request resolved: facebook/react-native#20357 Differential Revision: D9068424 Pulled By: hramos fbshipit-source-id: 8578637e38e807288b819a36cb75ea9feefcc09f
This PR bumps Android NDK version to r17b (latest). Cleaned up redundant LOCAL_EXPORT_CPPFLAGS rules in .mk files
Test Plan:
Everything compiles and runs as usual
Release Notes:
[ANDROID] [ENHANCEMENT] [NDK] - Bump to r17b version