Android NDK
===============
This tutorial is about creating standalone toolchain in NDK. The NDK version used id "android-ndk-r10d".
Command used is of below format:
$NDK_PATH/build/tools/make-standalone-toolchain.sh --platform=android-api --arch=ABI --install-dir=/tmp/my-android-toolchain
eg for arm architecture:
/root/android-ndk-r10d/build/tools/make-standalone-toolchain.sh --platform=android-21 --arch=arm --install-dir=/root/toolchain
You can get more details about standalone toolchain at:
http://www.kandroid.org/ndk/docs/STAN...