From 7e7b628cc2886b93025b49af81f27a9a9381e6e7 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 12 Jan 2015 18:55:22 +0900 Subject: [PATCH] Use gcc-4.9 and android-16 API level for android build --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 2cbd42c3..bc95416e 100644 --- a/README.rst +++ b/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.