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
This commit is contained in:
2
cc/cc.go
2
cc/cc.go
@@ -193,7 +193,7 @@ func init() {
|
|||||||
if override := config.(android.Config).Getenv("LLVM_PREBUILTS_VERSION"); override != "" {
|
if override := config.(android.Config).Getenv("LLVM_PREBUILTS_VERSION"); override != "" {
|
||||||
return override, nil
|
return override, nil
|
||||||
}
|
}
|
||||||
return "clang-2812033", nil
|
return "clang-3016494", nil
|
||||||
})
|
})
|
||||||
pctx.StaticVariable("clangPath", "${clangBase}/${HostPrebuiltTag}/${clangVersion}")
|
pctx.StaticVariable("clangPath", "${clangBase}/${HostPrebuiltTag}/${clangVersion}")
|
||||||
pctx.StaticVariable("clangBin", "${clangPath}/bin")
|
pctx.StaticVariable("clangBin", "${clangPath}/bin")
|
||||||
|
Reference in New Issue
Block a user