package { | |
default_applicable_licenses: ["Android-Apache-2.0"], | |
} | |
java_library_host { | |
name: "MicrodroidHostTestHelper", | |
srcs: ["java/**/*.java"], | |
libs: [ | |
"androidx.annotation_annotation", | |
"compatibility-tradefed", | |
"tradefed", | |
"truth-prebuilt", | |
], | |
static_libs: [ | |
"MicrodroidTestHelper", | |
], | |
} |