aboutsummaryrefslogtreecommitdiff
path: root/build/tools
diff options
context:
space:
mode:
authorDan Albert <danalbert@google.com>2018-01-31 13:38:30 -0800
committerDan Albert <danalbert@google.com>2018-02-22 13:41:56 -0800
commitc0fe5fe3abde2f2170376d3626406c2a5dfb1065 (patch)
tree32c6d13d0b4fb3307e8e629f7d2519a0c079e557 /build/tools
parent0eda47e179a81c3e00307c57b2cd38dbed0bec4e (diff)
downloadndk-c0fe5fe3abde2f2170376d3626406c2a5dfb1065.tar.gz
Update clang to build 4579689.
Test: ./checkbuild.py && ./run_tests.py Bug: None Change-Id: Ib67881501c3ace6596ece7c9a65cf36ef83841bb
Diffstat (limited to 'build/tools')
-rw-r--r--build/tools/prebuilt-common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/tools/prebuilt-common.sh b/build/tools/prebuilt-common.sh
index 94c207bdd..73b9405dc 100644
--- a/build/tools/prebuilt-common.sh
+++ b/build/tools/prebuilt-common.sh
@@ -1272,7 +1272,7 @@ get_llvm_toolchain_binprefix ()
{
local NAME DIR BINPREFIX
local SYSTEM=${1:-$(get_prebuilt_host_tag)}
- local VERSION=4479392
+ local VERSION=4579689
SYSTEM=${SYSTEM%_64} # Trim _64 suffix. We only have one LLVM.
BINPREFIX=$ANDROID_BUILD_TOP/prebuilts/clang/host/$SYSTEM/clang-$VERSION/bin
echo "$BINPREFIX"