Merge "Update clang version to clang-r450784d"
This commit is contained in:
commit
5b70a8d677
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ var (
|
|||
defaultBindgenFlags = []string{""}
|
||||
|
||||
// bindgen should specify its own Clang revision so updating Clang isn't potentially blocked on bindgen failures.
|
||||
bindgenClangVersion = "clang-r445002"
|
||||
bindgenClangVersion = "clang-r450784d"
|
||||
|
||||
_ = pctx.VariableFunc("bindgenClangVersion", func(ctx android.PackageVarContext) string {
|
||||
if override := ctx.Config().Getenv("LLVM_BINDGEN_PREBUILTS_VERSION"); override != "" {
|
||||
|
|
Loading…
Reference in a new issue