aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYi Kong <yikong@google.com>2022-04-29 02:46:40 +0800
committerCherrypicker Worker <android-build-cherrypicker-worker@google.com>2022-04-29 09:30:22 +0000
commite5ef4adbe0f221008151e1f8683e637584695845 (patch)
tree08f3df1ea332f77394fb510662624b0e5b842200
parent340422cabd0bf7bffe584809319f59367d19e89c (diff)
downloadchre-e5ef4adbe0f221008151e1f8683e637584695845.tar.gz
Upgrade to clang-r450784d
Test: presubmit Bug: 219872355 Change-Id: If5cae7f142b800b8d41b6b06073af7f6326583b7 (cherry picked from commit 4d976c8d20b49d4b1b5dcfa841ab6081b6129347) Merged-In: If5cae7f142b800b8d41b6b06073af7f6326583b7
-rw-r--r--build/arch/x86.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/arch/x86.mk b/build/arch/x86.mk
index d07de402..04712d21 100644
--- a/build/arch/x86.mk
+++ b/build/arch/x86.mk
@@ -9,7 +9,7 @@ $(error "You should supply an ANDROID_BUILD_TOP environment variable \
containing a path to the Android source tree. This is typically \
provided by initializing the Android build environment.")
endif
-export X86_TOOLS_PREFIX=$(ANDROID_BUILD_TOP)/prebuilts/clang/host/linux-x86/clang-r445002/bin/
+export X86_TOOLS_PREFIX=$(ANDROID_BUILD_TOP)/prebuilts/clang/host/linux-x86/clang-r450784d/bin/
# x86 Tools ####################################################################