Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit dee32db2 authored by Matthew Maurer's avatar Matthew Maurer
Browse files

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
parent b41cd681
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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_.*",