From 8096690418f0343de22aaaf4315a044966631cc8 Mon Sep 17 00:00:00 2001 From: Tatsuhiro Tsujikawa Date: Mon, 18 Jul 2016 00:25:20 +0900 Subject: [PATCH] Update doc --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 89d393d5..58256ff0 100644 --- a/README.rst +++ b/README.rst @@ -393,7 +393,7 @@ environment variable which must fulfill the following conditions: $NDK/build/tools/make_standalone_toolchain.py \ --arch arm --api 16 --stl=gnustl \ - --install-dir $ANDROID_HOME/toolchain + --install-dir $ANDROID_HOME/toolchain * The dependent libraries must be installed under ``$ANDROID_HOME/usr/local``.