NDKBuild » History » Version 1
Beuc Beuc, 07/24/2015 09:09 PM
Intro
1 | 1 | Beuc Beuc | h1. Build a Native Developement Kit (NDK) with Replicant 4.2 |
---|---|---|---|
2 | |||
3 | h2. Principle of operation |
||
4 | |||
5 | The [[ReplicantSourceCode|Android 4.2 source code]] ships a @ndk@ directory with NDK build scripts. |
||
6 | 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. |
||
7 | |||
8 | 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@). |