Update android build doc

This commit is contained in:
Tatsuhiro Tsujikawa 2014-09-14 21:51:20 +09:00
parent 9b84727324
commit 5e7d8fc9a4
2 changed files with 5 additions and 5 deletions

View file

@ -357,9 +357,9 @@ environment variable which must fulfill the following conditions:
For example, to install toolchain under ``$ANDROID_HOME/toolchain``,
do this::
$NDK/build/tools/make-standalone-toolchain.sh --platform=android-18 --toolchain=arm-linux-androideabi-4.8 --install-dir=$ANDROID_HOME/toolchain
$NDK/build/tools/make-standalone-toolchain.sh --install-dir=$ANDROID_HOME/toolchain --toolchain=arm-linux-androideabi-4.8 --llvm-version=3.4
$NDK/build/tools/make-standalone-toolchain.sh \
--install-dir=$ANDROID_HOME/toolchain \
--toolchain=arm-linux-androideabi-4.8
You may need to add ``--system=linux-x86_64`` to the above
command-line for x86_64 Linux host.