Update path to x86 toolchain
Use the latest Clang prebuilts (clang-4639204).
Test: N/A
Change-Id: I636d810e13b560ccb5792d42950a372a33246c2b
diff --git a/build/arch/x86.mk b/build/arch/x86.mk
index 21642fa..529f1e7 100644
--- a/build/arch/x86.mk
+++ b/build/arch/x86.mk
@@ -9,7 +9,7 @@
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-4639204/bin/
+export X86_TOOLS_PREFIX=$(ANDROID_BUILD_TOP)/prebuilts/clang/host/linux-x86/clang-r339409b/bin/
# x86 Tools ####################################################################