Skip to content

Instantly share code, notes, and snippets.

@tcw165
Last active April 22, 2017 10:47
Show Gist options
  • Save tcw165/d8d997cbfab7a4848d06a65beeb9521c to your computer and use it in GitHub Desktop.
Save tcw165/d8d997cbfab7a4848d06a65beeb9521c to your computer and use it in GitHub Desktop.
# --arch {arm,arm64,mips,mips64,x86,x86_64}
# --api API Target the given API version (example: "--api 24").
# --stl {gnustl,libc++,stlport}
# C++ STL to use.
# --install-dir INSTALL_DIR
# Install toolchain to the given directory instead of
# packaging.
$ANDROID_NDK/build/tools/make_standalone_toolchain.py \
--stl libc++ \
--arch arm --api 16 \
--install-dir <your_path>/toolchain-android-16-arm
# -h, --help show this help message and exit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment