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

Commit 6cf40a61 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Use the new more inclusive command-line options."

parents 661ba03b b453e637
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -25,10 +25,10 @@ rust_bindgen {
    source_stem: "bindings",
    bindgen_flags: [
        "--size_t-is-usize",
        "--whitelist-function=AStatsEventList_addStatsEvent",
        "--whitelist-function=AStatsEvent_.*",
        "--whitelist-function=AStatsManager_.*",
        "--whitelist-var=AStatsManager_.*",
        "--allowlist-function=AStatsEventList_addStatsEvent",
        "--allowlist-function=AStatsEvent_.*",
        "--allowlist-function=AStatsManager_.*",
        "--allowlist-var=AStatsManager_.*",
    ],
    target: {
        android: {