blob: bba329eb028adbe98c801699136264e0e94f6e4a [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",
defaults: ["avf_build_flags_rust"],
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",
defaults: ["avf_build_flags_rust"],
srcs: ["src/open_then_run.rs"],
edition: "2021",
rustlibs: [
"libandroid_logger",
"libanyhow",
"libclap",
"libcommand_fds",
"liblibc",
"liblog_rust",
],
test_suites: ["general-tests"],
}