فهرست منبع

Update android build doc

Tatsuhiro Tsujikawa 11 سال پیش
والد
کامیت
5e7d8fc9a4
2فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 2 2
      README.android
  2. 3 3
      README.rst

+ 2 - 2
README.android

@@ -38,11 +38,11 @@ See `the online manual
 Notes
 -----
 
-aria2c executable was generated using android-ndk-r9d.
+aria2c executable was generated using android-ndk-r10b.
 
 The following libraries were statically linked.
 
- * openssl 1.0.1h
+ * openssl 1.0.1i
  * expat 2.1.0
  * c-ares 1.10.0
 

+ 3 - 3
README.rst

@@ -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.