Uh oh!
There was an error while loading. Please reload this page.
build: support android build on ndk version equal or above 23(Android… - #31521
build: support android build on ndk version equal or above 23(Android…#31521forfun414 wants to merge 7 commits into
Conversation
… 6.0) change scripts and sources for android build, don't need standalone toolchain a\ fter ndk 19, and use clang as default android target compiler.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Trott
commented
Jan 28, 2020
/ping @gcampax Any chance you would be able to verify these changes? |
… 6.0) merge linux and android into one conditon
… 6.0) merge linux and android into one conditon and support arch aarch64 compile
Uh oh!
There was an error while loading. Please reload this page.
… 6.0) fix gcc version checking failed conditons, like gcc 8.1
gcampax
commented
Feb 14, 2020
I build-tested this locally and it seems to work. One caveat is that I don't use the android-configure script so I didn't test that. |
Trott
commented
Feb 18, 2020
@nodejs/collaborators Any folks with sufficient Android familiarity to approve this? Maybe some folks to at least weigh in on the GYP changes? I'd hate to have to chose between rubber-stamping this or not including it..... |
Uh oh!
There was an error while loading. Please reload this page.
… 6.0) change syntax for android and linux case
nodejs-github-bot
commented
Mar 10, 2020
Trott
commented
Mar 10, 2020
Would any of these files in |
richardlau
commented
Mar 10, 2020
With the exception of the cc @nodejs/libuv |
nodejs-github-bot
commented
Mar 11, 2020
Trott
commented
Mar 11, 2020
This has one approval, has been open for more than seven days, and has a passing CI. This can land. Would be nice to get some more eyes on it. While it's a change for android, it touches a few files that are used by everyone..... |
change scripts and sources for android build, don't need standalone toolchain after ndk 19, and use clang as default android target compiler. PR-URL: #31521 Reviewed-By: Christian Clauss <cclauss@me.com>
addaleax
commented
Mar 11, 2020
Landed in 50317c3 |
change scripts and sources for android build, don't need standalone toolchain after ndk 19, and use clang as default android target compiler. PR-URL: #31521 Reviewed-By: Christian Clauss <cclauss@me.com>
change scripts and sources for android build, don't need standalone toolchain after ndk 19, and use clang as default android target compiler. PR-URL: nodejs#31521 Reviewed-By: Christian Clauss <cclauss@me.com>
change scripts and sources for android build, don't need standalone toolchain after ndk 19, and use clang as default android target compiler. PR-URL: #31521 Reviewed-By: Christian Clauss <cclauss@me.com>
… 6.0)
change scripts and sources for android build, don't need standalone toolchain a
fter ndk 19, and use clang as default android target compiler.
Checklist
make -j4 test(UNIX), orvcbuild test(Windows) passes