Update bindgen clang version to r475365b
Bug: 253033919 Test: build Change-Id: I2fd71206a540da7001956f1f6f5aae5d4f925920
This commit is contained in:
parent
fd659ef7da
commit
43d873625f
1 changed files with 1 additions and 1 deletions
|
@ -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-r468909b"
|
||||
bindgenClangVersion = "clang-r475365b"
|
||||
|
||||
_ = pctx.VariableFunc("bindgenClangVersion", func(ctx android.PackageVarContext) string {
|
||||
if override := ctx.Config().Getenv("LLVM_BINDGEN_PREBUILTS_VERSION"); override != "" {
|
||||
|
|
Loading…
Reference in a new issue