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

Commit 824b60ff authored by Joel Galenson's avatar Joel Galenson Committed by Automerger Merge Worker
Browse files

Merge "Add bindgen bindings test" am: 3e0755fd

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

Change-Id: I435666a3b743110a341c03771c744c610d62def3
parents 466ca7af 3e0755fd
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -135,3 +135,23 @@ rust_test {
        "libbinder_ndk_sys",
    ],
}

rust_test {
    name: "libbinder_ndk_bindgen_test",
    srcs: [":libbinder_ndk_bindgen"],
    crate_name: "binder_ndk_bindgen",
    test_suites: ["general-tests"],
    auto_gen_config: true,
    clippy_lints: "none",
    lints: "none",
}

rust_test {
    name: "libbinder_rpc_unstable_bindgen_test",
    srcs: [":libbinder_rpc_unstable_bindgen"],
    crate_name: "binder_rpc_unstable_bindgen",
    test_suites: ["general-tests"],
    auto_gen_config: true,
    clippy_lints: "none",
    lints: "none",
}