This is a git repository containing the sources for the Android NDK. It includes the following items:
Another git repository, i.e. development.git contains the following files under its 'ndk' sub-directory:
We use separate git repositories because, while ndk.git is now completely developed in the open (i.e. all changes are publicly uploaded to r.android.com), system headers and libraries for upcoming platform releases are developed internally until they are officially released to the AOSP git servers. Note that these repositories do not contain host binaries (e..g the toolchain compiler). Those are always built from the sources (also available at android.git.kernel.org/toolchain/). Getting the NDK sources:If you have download the whole Android platform sources through the following instructions, the sources are simply under the following directory:
If you don't want to download the whole platform sources, follow the instructions at $NDK/docs/DEVELOPMENT.html to do that with "git clone". Follow other instructions in DEVELOPMENT.html to build prebuilt toolchain binaries for your host platform and test your changes in your workspace. Contributing NDK changes:If you have download the whole Android platform sources through the following instructions, then you can simply contribute changes with "repo upload" as described by the documentation. If you want to contribute changes without downloading the whole platform sources, you will need to fo the following:
|
