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: Ifdf9968bfcdb278f73cf31ab68bc6b488b39436b
This commit is contained in:
Matthew Maurer 2023-06-26 22:27:09 +00:00
parent b41cd681aa
commit dee32db249

View file

@ -28,7 +28,6 @@ rust_bindgen {
],
source_stem: "bindings",
bindgen_flags: [
"--size_t-is-usize",
"--allowlist-function=AStatsEventList_addStatsEvent",
"--allowlist-function=AStatsEvent_.*",
"--allowlist-function=AStatsManager_.*",