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

Commit 38e57420 authored by Joel Galenson's avatar Joel Galenson Committed by Automerger Merge Worker
Browse files

Merge "Use the new more inclusive command-line options." am: 8e14fec0 am:...

Merge "Use the new more inclusive command-line options." am: 8e14fec0 am: 0de07374 am: e86260a3 am: a7602f9d

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1679309

Change-Id: I9b6192f3eea033e5df6074fbf015456154ff1c76
parents aeb1993a a7602f9d
Loading
Loading
Loading
Loading
+9 −9
Original line number Original line Diff line number Diff line
@@ -65,15 +65,15 @@ rust_bindgen {
        // rustified
        // rustified
        "--constified-enum", "android::c_interface::consts::.*",
        "--constified-enum", "android::c_interface::consts::.*",


        "--whitelist-type", "android::c_interface::.*",
        "--allowlist-type", "android::c_interface::.*",
        "--whitelist-type", "AStatus",
        "--allowlist-type", "AStatus",
        "--whitelist-type", "AIBinder_Class",
        "--allowlist-type", "AIBinder_Class",
        "--whitelist-type", "AIBinder",
        "--allowlist-type", "AIBinder",
        "--whitelist-type", "AIBinder_Weak",
        "--allowlist-type", "AIBinder_Weak",
        "--whitelist-type", "AIBinder_DeathRecipient",
        "--allowlist-type", "AIBinder_DeathRecipient",
        "--whitelist-type", "AParcel",
        "--allowlist-type", "AParcel",
        "--whitelist-type", "binder_status_t",
        "--allowlist-type", "binder_status_t",
        "--whitelist-function", ".*",
        "--allowlist-function", ".*",
    ],
    ],
    shared_libs: [
    shared_libs: [
        "libbinder_ndk",
        "libbinder_ndk",
+2 −2
Original line number Original line Diff line number Diff line
@@ -114,8 +114,8 @@ rust_bindgen {
    source_stem: "bindings",
    source_stem: "bindings",
    cpp_std: "gnu++17",
    cpp_std: "gnu++17",
    bindgen_flags: [
    bindgen_flags: [
        "--whitelist-type", "Transaction",
        "--allowlist-type", "Transaction",
        "--whitelist-var", "TESTDATA_.*",
        "--allowlist-var", "TESTDATA_.*",
    ],
    ],


    shared_libs: [
    shared_libs: [