summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2023-06-26 22:28:21 +0000
committerMatthew Maurer <mmaurer@google.com>2023-06-26 22:28:21 +0000
commitf16f8e5ef0e3ef494bd76092c92ae76c90c776dd (patch)
tree0d52c84843e9d084aecf851ff71d84669f01d9b3
parentf639676cbcb10567a0eb1cdf820a940271f7c1ac (diff)
downloadgrpcio-sys-f16f8e5ef0e3ef494bd76092c92ae76c90c776dd.tar.gz
Bindgen 0.65.1 no longer supports size_t-is-usize
The flag has been a default, and now is not accepted. Test: Treehugger, m rust Bug: 279198502 Bug: 276464273 Change-Id: Ib2e3e343c09982c49d64a2df3277c2d43d02af4f
-rw-r--r--Android.bp1
1 files changed, 0 insertions, 1 deletions
diff --git a/Android.bp b/Android.bp
index 861f5036..364cb226 100644
--- a/Android.bp
+++ b/Android.bp
@@ -95,7 +95,6 @@ rust_bindgen {
source_stem: "grpc-bindings",
crate_name: "grpc_bindgen",
bindgen_flags: [
- "--size_t-is-usize",
"--constified-enum-module grpc_status_code",
"--default-enum-style rust",
"--allowlist-function=\\bgrpc_.*",