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

Commit c33591e5 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Use the new more inclusive command-line options." am: 6cf40a61 am: 1cc7c7e9

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1679788

Change-Id: I720acb9c53f4294b5a5a721e724584e5dd9bcd06
parents 4fa6475f 1cc7c7e9
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: {