瀏覽代碼

Add note for android NDK toolchain installation for x86_64 Linux host

Tatsuhiro Tsujikawa 12 年之前
父節點
當前提交
763ca925d7
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      README.rst

+ 3 - 0
README.rst

@@ -316,6 +316,9 @@ environment variable which must fulfill the following conditions:
 
       $NDK/build/tools/make-standalone-toolchain.sh --platform=android-9 --install-dir=$ANDROID_HOME/toolchain
 
+  You may need to add ``--system=linux-x86_64`` to the above
+  command-line for x86_64 Linux host.
+
 * The dependant libraries must be installed under
   ``$ANDROID_HOME/usr/local``.