From a17442b2f25ab82c01523f71c6820aee24be4fbd Mon Sep 17 00:00:00 2001 From: Pirama Arumuga Nainar Date: Tue, 28 Jun 2016 11:00:12 -0700 Subject: [PATCH] Switch to prebuilt clang-3016494 Bug: http://b/29823425 Test: Tested build, boot and common usage for Arm, Arm64, x86, x86_64, Mips images in AOSP and internal branch. Change-Id: I27e03a611d60a2122f6970d6a33f7abdf433546a --- cc/cc.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cc/cc.go b/cc/cc.go index 89f40b347..b5545fc38 100644 --- a/cc/cc.go +++ b/cc/cc.go @@ -193,7 +193,7 @@ func init() { if override := config.(android.Config).Getenv("LLVM_PREBUILTS_VERSION"); override != "" { return override, nil } - return "clang-2812033", nil + return "clang-3016494", nil }) pctx.StaticVariable("clangPath", "${clangBase}/${HostPrebuiltTag}/${clangVersion}") pctx.StaticVariable("clangBin", "${clangPath}/bin")