Loading libs/binder/rust/tests/Android.bp +7 −8 Original line number Diff line number Diff line Loading @@ -23,9 +23,6 @@ rust_test { // this cannot be the same as the module name. stem: "rustBinderTestClientBinary", test_suites: ["general-tests"], data: [ ":rustBinderTestService", ], } rust_test { Loading @@ -39,6 +36,10 @@ rust_test { // this cannot be the same as the module name. stem: "rustBinderTestServiceBinary", test_harness: false, // TODO(b/164473602): Remove this setting and add the module to `data` // attribute of rustBinderTest. auto_gen_config: false, test_suites: ["general-tests"], } cc_test { Loading Loading @@ -99,7 +100,7 @@ cc_test { "libbase", ], static_libs: [ "libbinder_rs_serialization_test", "libbinder_rs_serialization_test" ], srcs: [ "serialization.cpp", Loading @@ -115,10 +116,8 @@ rust_bindgen { source_stem: "bindings", cpp_std: "gnu++17", bindgen_flags: [ "--allowlist-type", "Transaction", "--allowlist-var", "TESTDATA_.*", "--allowlist-type", "Transaction", "--allowlist-var", "TESTDATA_.*", ], shared_libs: [ Loading Loading
libs/binder/rust/tests/Android.bp +7 −8 Original line number Diff line number Diff line Loading @@ -23,9 +23,6 @@ rust_test { // this cannot be the same as the module name. stem: "rustBinderTestClientBinary", test_suites: ["general-tests"], data: [ ":rustBinderTestService", ], } rust_test { Loading @@ -39,6 +36,10 @@ rust_test { // this cannot be the same as the module name. stem: "rustBinderTestServiceBinary", test_harness: false, // TODO(b/164473602): Remove this setting and add the module to `data` // attribute of rustBinderTest. auto_gen_config: false, test_suites: ["general-tests"], } cc_test { Loading Loading @@ -99,7 +100,7 @@ cc_test { "libbase", ], static_libs: [ "libbinder_rs_serialization_test", "libbinder_rs_serialization_test" ], srcs: [ "serialization.cpp", Loading @@ -115,10 +116,8 @@ rust_bindgen { source_stem: "bindings", cpp_std: "gnu++17", bindgen_flags: [ "--allowlist-type", "Transaction", "--allowlist-var", "TESTDATA_.*", "--allowlist-type", "Transaction", "--allowlist-var", "TESTDATA_.*", ], shared_libs: [ Loading