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

Commit 1dd1333d 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: I38ed1734ff0cdba21c4d63c784cd13512a6474f5
parent 48cfae79
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -75,7 +75,6 @@ rust_bindgen {
    visibility: [":__subpackages__"],
    source_stem: "bindings",
    bindgen_flags: [
        "--size_t-is-usize",
        "--blocklist-type",
        "AIBinder",
        "--raw-line",
+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@ rust_bindgen {
    source_stem: "bindings",
    visibility: [":__subpackages__"],
    bindgen_flags: [
        "--size_t-is-usize",
        "--allowlist-function",
        "createRandomParcel",
        "--allowlist-function",