Actions
NDKBuild » History » Revision 1
Revision 1/20
| Next »
Beuc Beuc, 07/24/2015 09:09 PM
Intro
Build a Native Developement Kit (NDK) with Replicant 4.2¶
Principle of operation¶
The Android 4.2 source code ships a ndk
directory with NDK build scripts.
These tools download various upstream imports from https://android.googlesource.com/toolchain/XXX/ with optional commit date (no branches or tags), apply patches, and build them.
Note: as of 2015-07, the upcoming Android version moved to a different build system, and will populate $topdir/toolchain through repo
instead of invoking git in a temporary directory (i.e. ditched download-toolchain-sources.sh
).
Updated by Beuc Beuc about 9 years ago · 1 revisions