Update clang version used for bindgen to r433403
Bug: 197230471 Test: presubmit Change-Id: If8885beb979492c0a0c6cc4e310a9e09fd86da7b
This commit is contained in:
@@ -29,7 +29,7 @@ var (
|
||||
defaultBindgenFlags = []string{""}
|
||||
|
||||
// bindgen should specify its own Clang revision so updating Clang isn't potentially blocked on bindgen failures.
|
||||
bindgenClangVersion = "clang-r428724"
|
||||
bindgenClangVersion = "clang-r433403"
|
||||
|
||||
_ = pctx.VariableFunc("bindgenClangVersion", func(ctx android.PackageVarContext) string {
|
||||
if override := ctx.Config().Getenv("LLVM_BINDGEN_PREBUILTS_VERSION"); override != "" {
|
||||
|
Reference in New Issue
Block a user