Merge "Update clang version used for bindgen to r433403"
This commit is contained in:
commit
6e09abdf5c
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-r428724"
|
||||
bindgenClangVersion = "clang-r433403"
|
||||
|
||||
_ = pctx.VariableFunc("bindgenClangVersion", func(ctx android.PackageVarContext) string {
|
||||
if override := ctx.Config().Getenv("LLVM_BINDGEN_PREBUILTS_VERSION"); override != "" {
|
||||
|
|
Loading…
Reference in a new issue