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

Commit e86260a3 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: 0de07374

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

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

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

    shared_libs: [