Merge "Rust bindgen should use r399163b."

This commit is contained in:
Treehugger Robot 2020-11-10 13:42:40 +00:00 committed by Gerrit Code Review
commit 13c1df6a2f

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")