Merge "Rust bindgen should use r399163b." am: 13c1df6a2f

Original change: https://android-review.googlesource.com/c/platform/build/soong/+/1493281

Change-Id: Ic52596d266cc33ce414ea2937c4bb0b82433047f
This commit is contained in:
Treehugger Robot
2020-11-10 14:01:49 +00:00
committed by Automerger Merge Worker

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-r383902c"
bindgenClangVersion = "clang-r399163b"
//TODO(b/160803703) Use a prebuilt bindgen instead of the built bindgen.
_ = pctx.HostBinToolVariable("bindgenCmd", "bindgen")