Bladeren bron

Use gcc-4.9 and android-16 API level for android build

Tatsuhiro Tsujikawa 10 jaren geleden
bovenliggende
commit
7e7b628cc2
1 gewijzigde bestanden met toevoegingen van 3 en 2 verwijderingen
  1. 3 2
      README.rst

+ 3 - 2
README.rst

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