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

Commit 4fa6475f 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: 661ba03b am: 86ab07a8

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

Change-Id: I69e4c24da9efc9c05949f1b0f8e8b89c6c8d171c
parents a9689e9e 86ab07a8
Loading
Loading
Loading
Loading
+5 −5
Original line number Original line Diff line number Diff line
@@ -362,10 +362,10 @@ rust_bindgen {
    source_stem: "bindings",
    source_stem: "bindings",
    local_include_dirs: ["include"],
    local_include_dirs: ["include"],
    bindgen_flags: [
    bindgen_flags: [
        "--whitelist-function", "multiuser_get_app_id",
        "--allowlist-function", "multiuser_get_app_id",
        "--whitelist-function", "multiuser_get_uid",
        "--allowlist-function", "multiuser_get_uid",
        "--whitelist-function", "multiuser_get_user_id",
        "--allowlist-function", "multiuser_get_user_id",
        "--whitelist-var", "AID_KEYSTORE",
        "--allowlist-var", "AID_KEYSTORE",
        "--whitelist-var", "AID_USER_OFFSET",
        "--allowlist-var", "AID_USER_OFFSET",
    ],
    ],
}
}