Merge "[rust] Update clang version used to build bindgen" am: 677f59c850
am: 3e2eb7ba82
Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1997710 Change-Id: I5997c6ce649d8ee60bbcc3213a2dd6f3966cb9b5
This commit is contained in:
@@ -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 != "" {
|
||||
|
Reference in New Issue
Block a user