summaryrefslogtreecommitdiff
path: root/rust/bindgen.go
diff options
context:
space:
mode:
author Stephen Hines <srhines@google.com> 2020-11-09 16:28:23 -0800
committer Stephen Hines <srhines@google.com> 2020-11-09 16:28:23 -0800
commita3faafa3772d1d124ee1672236664d8519c44cbb (patch)
tree118da005f537722913f2308eb9c5bee653d7e36d /rust/bindgen.go
parent8024c95ecc4b7df1cce2471f32b8ba8f519f5e5b (diff)
Rust bindgen should use r399163b.
Bug: http://b/155835175 Test: m Change-Id: Iedccd3c2258fab5f9fb1034aace7d07da833a0ec
Diffstat (limited to 'rust/bindgen.go')
-rw-r--r--rust/bindgen.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/bindgen.go b/rust/bindgen.go
index 09af649f6..7cc0fc829 100644
--- a/rust/bindgen.go
+++ b/rust/bindgen.go
@@ -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")