From 7385a070e2d46a5b05f557341e01c2899318a227 Mon Sep 17 00:00:00 2001 From: Alistair Delva Date: Tue, 18 Feb 2020 21:41:19 -0800 Subject: [PATCH] ANDROID: clang: update to 10.0.4 Bug: 149785865 Change-Id: Id666b686a6e62c035f4abd620994326792c6bc8a Signed-off-by: Alistair Delva --- build.config.common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.config.common b/build.config.common index ba411b0f24c0..1fc6b17f8b7e 100644 --- a/build.config.common +++ b/build.config.common @@ -5,7 +5,7 @@ CC=clang LD=ld.lld NM=llvm-nm OBJCOPY=llvm-objcopy -CLANG_PREBUILT_BIN=prebuilts-master/clang/host/linux-x86/clang-r370808/bin +CLANG_PREBUILT_BIN=prebuilts-master/clang/host/linux-x86/clang-r377782b/bin BUILDTOOLS_PREBUILT_BIN=build/build-tools/path/linux-x86 EXTRA_CMDS=''