blob: 712711099ce3071ffbc5718ec29fc83bcf65f080 [file] [log] [blame]
rust_test {
name: "rustBinderTest",
srcs: ["integration.rs"],
rustlibs: [
"libbinder_rs",
],
// For the binaries to be pushed properly as specified in AndroidTest.xml,
// this cannot be the same as the module name.
stem: "rustBinderTestClientBinary",
test_suites: ["general-tests"],
}
rust_test {
name: "rustBinderTestService",
srcs: ["integration.rs"],
rustlibs: [
"libbinder_rs",
"liblibc",
],
// For the binaries to be pushed properly as specified in AndroidTest.xml,
// this cannot be the same as the module name.
stem: "rustBinderTestServiceBinary",
test_harness: false,
}