blob: 01ebcfdbc863bef6556d51529514ffefd1b7eb0e [file] [log] [blame]
package {
default_applicable_licenses: ["Android-Apache-2.0"],
}
java_library_host {
name: "AuthFsHostTestCommon",
srcs: ["src/java/**/*.java"],
libs: [
"compatibility-host-util",
"compatibility-tradefed",
"tradefed",
],
static_libs: [
"MicrodroidHostTestHelper",
],
}
rust_test {
name: "open_then_run",
crate_name: "open_then_run",
srcs: ["src/open_then_run.rs"],
edition: "2021",
rustlibs: [
"libandroid_logger",
"libanyhow",
"libclap",
"libcommand_fds",
"liblibc",
"liblog_rust",
],
test_suites: ["general-tests"],
test_harness: false,
}
rust_test {
name: "open_then_run.test",
crate_name: "open_then_run",
srcs: ["src/open_then_run.rs"],
edition: "2021",
rustlibs: [
"libandroid_logger",
"libanyhow",
"libclap",
"libcommand_fds",
"liblibc",
"liblog_rust",
],
test_suites: ["general-tests"],
}