aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-08-14 22:33:54 -0700
committerHaibo Huang <hhb@google.com>2019-08-14 22:33:54 -0700
commit2cac2fd5142e481a5136a1b7820a0ae8af969d88 (patch)
treeb3f167c33d3185dd29160a10a66f8c61fc425fcd /docs
parentd8921b1c5e6a8d3713fbb58959f7c61a02a75bdd (diff)
downloadndk-2cac2fd5142e481a5136a1b7820a0ae8af969d88.tar.gz
Update toolchain doc
Test: None Change-Id: I1f4644141c96b92824d80a76157ba93f18cecac7
Diffstat (limited to 'docs')
-rw-r--r--docs/Toolchains.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/Toolchains.md b/docs/Toolchains.md
index 1d824fa04..e922abbd5 100644
--- a/docs/Toolchains.md
+++ b/docs/Toolchains.md
@@ -37,10 +37,10 @@ To test a Clang you just built:
$ export CLANG_PREBUILTS=`realpath ../prebuilts/clang/host/linux-x86`
$ rm -r $CLANG_PREBUILTS/clang-dev
$ tar xf path/to/clang-dev-linux-x86_64.tar.bz2 -C $CLANG_PREBUILTS
-# Edit ndk/build/tools/build-llvm.py and change the version to 'clang-dev'.
+# Edit ndk/toolchains.py and change the version to 'clang-dev'.
# Update the VERSION variable in get_llvm_toolchain_binprefix in
# built/tools/prebuilt-common.sh.
-$ ../prebuilts/ndk/symlink-clang.py dev
+$ python3 ../prebuilts/ndk/symlink-clang.py dev
$ ./checkbuild.py
# Run tests.
```