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:
parent
b41cd681aa
commit
dee32db249
1 changed files with 0 additions and 1 deletions
|
|
@ -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_.*",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue