aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-08-21 16:43:43 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2019-08-21 16:43:43 +0000
commit57ecabe50a3de5386aa8899d488b57da4b294d71 (patch)
treebd6f11fa38367c2efa638e61de1c079ebadc5c5a /docs
parent1c4922f81d6d45b4fc0aab12c4e4a5bb1d12d706 (diff)
parent2cac2fd5142e481a5136a1b7820a0ae8af969d88 (diff)
downloadndk-57ecabe50a3de5386aa8899d488b57da4b294d71.tar.gz
Merge "Update toolchain doc"
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 0c6561cbb..1b5080d03 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.
```