aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2019-08-14 10:35:29 -0700
committerDan Albert <danalbert@google.com>2019-08-14 10:35:29 -0700
commitadef0f2627e6ee166ce5eee8d71a4aa7cab6f181 (patch)
treeac0fc0b25de91274dc68f3b8f4388f574f6d805b /docs
parent14a45f2eec4f39734c39cd3fb9b6c291ba2deb32 (diff)
downloadndk-adef0f2627e6ee166ce5eee8d71a4aa7cab6f181.tar.gz
Update the toolchain doc.
Test: None Bug: None Change-Id: Iec33434a273754ae2a1c60b5dda6c7ebf52ba487
Diffstat (limited to 'docs')
-rw-r--r--docs/Toolchains.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Toolchains.md b/docs/Toolchains.md
index 1d824fa04..0c6561cbb 100644
--- a/docs/Toolchains.md
+++ b/docs/Toolchains.md
@@ -75,7 +75,7 @@ server to `prebuilts/clang` (see the [update-prebuilts.py]).
[update-prebuilts.py]: https://android.googlesource.com/toolchain/llvm_android/+/master/update-prebuilts.py
```bash
-# Edit ndk/checkbuild.py and update `Clang.version`.
+# Edit ndk/toolchains.py and update `CLANG_VERSION`.
# Update the VERSION variable in get_llvm_toolchain_binprefix in
# built/tools/prebuilt-common.sh.
$ ../prebuilts/ndk/symlink-clang.py # Latest version autodetected.