-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(android)(9_0_X): auto-download NDK r21c for module builds if ne…
…eded (#11756) * chore(android): auto-download NDK r21c for module builds - This NDK version was notarized for macOS Catalina. Prevents security popups when doing module builds. * fix(android): bad file descriptor errors with NDK v21 builds - Compiling with Android NDK 21 and higher would cause several harmless "Bad file descriptor" errors to be logged. - Caused by NDK 21 setting "--output-sync" argument default. Setting it to "none" restores old behavior. * fix(android): only use --output-sync for NDK 21+ - Using NDK command line argument --output-sync will cause a build failure on NDK 19 and lower. And we don't need to pass it into NDK 20. * chore(android): removed TIMOB-27939 commented-out code Co-authored-by: Christopher Williams <chris.a.williams@gmail.com> Co-authored-by: Gary Mathews <contact@garymathews.com>
- Loading branch information
1 parent
e9c58c3
commit 0b2fb28
Showing
2 changed files
with
52 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters