Merge "[rust] Update clang version used for bindgen"

This commit is contained in:
Treehugger Robot 2021-04-19 20:18:39 +00:00 committed by Gerrit Code Review
commit 62b9c5bd99
1 changed files with 1 additions and 1 deletions

View File

@ -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-r412851"
bindgenClangVersion = "clang-r416183b"
_ = pctx.VariableFunc("bindgenClangVersion", func(ctx android.PackageVarContext) string {
if override := ctx.Config().Getenv("LLVM_BINDGEN_PREBUILTS_VERSION"); override != "" {