From 763ca925d7aa376e3bbfaf67e82dc11707825cba Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Sun, 24 Mar 2013 17:30:11 +0900 Subject: [PATCH] Add note for android NDK toolchain installation for x86_64 Linux host --- README.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index b5c6052d..2704ec0b 100644 --- a/README.rst +++ b/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``.