Merge "Switch to clang-3688880."
This commit is contained in:
commit
e25bc9ba83
1 changed files with 2 additions and 2 deletions
|
@ -130,7 +130,7 @@ func init() {
|
|||
if override := config.(android.Config).Getenv("LLVM_PREBUILTS_VERSION"); override != "" {
|
||||
return override, nil
|
||||
}
|
||||
return "clang-3289846", nil
|
||||
return "clang-3688880", nil
|
||||
})
|
||||
pctx.StaticVariable("ClangPath", "${ClangBase}/${HostPrebuiltTag}/${ClangVersion}")
|
||||
pctx.StaticVariable("ClangBin", "${ClangPath}/bin")
|
||||
|
@ -139,7 +139,7 @@ func init() {
|
|||
if override := config.(android.Config).Getenv("LLVM_RELEASE_VERSION"); override != "" {
|
||||
return override, nil
|
||||
}
|
||||
return "3.8", nil
|
||||
return "4.0", nil
|
||||
})
|
||||
pctx.StaticVariable("ClangAsanLibDir", "${ClangPath}/lib64/clang/${ClangShortVersion}/lib/linux")
|
||||
|
||||
|
|
Loading…
Reference in a new issue