Last active
April 22, 2017 10:47
-
-
Save tcw165/d8d997cbfab7a4848d06a65beeb9521c to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# --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