Merge "[rust] Update clang version used to build bindgen"
This commit is contained in:
commit
677f59c850
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-r437112b"
|
||||
bindgenClangVersion = "clang-r445002"
|
||||
|
||||
_ = pctx.VariableFunc("bindgenClangVersion", func(ctx android.PackageVarContext) string {
|
||||
if override := ctx.Config().Getenv("LLVM_BINDGEN_PREBUILTS_VERSION"); override != "" {
|
||||
|
|
Loading…
Reference in a new issue