Skip to content

Commit 4a4454e

Browse files
Update X86_TOOLS_PREFIX to clang-r445002
Bug: http://b/214080353 Change-Id: I1d364d4f7bb93844f07e12a1a764fda0077de299 Test: TH
1 parent af3cf9f commit 4a4454e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/arch/x86.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ $(error "You should supply an ANDROID_BUILD_TOP environment variable \
99
containing a path to the Android source tree. This is typically \
1010
provided by initializing the Android build environment.")
1111
endif
12-
export X86_TOOLS_PREFIX=$(ANDROID_BUILD_TOP)/prebuilts/clang/host/linux-x86/clang-r437112b/bin/
12+
export X86_TOOLS_PREFIX=$(ANDROID_BUILD_TOP)/prebuilts/clang/host/linux-x86/clang-r445002/bin/
1313

1414
# x86 Tools ####################################################################
1515

0 commit comments

Comments
 (0)