blob: a1fe4c9a9ae06b3acce91fee8e5060eea4b686ac [file] [log] [blame] [edit]
android_library {
name: "aatf",
srcs: [
"src/main/java/**/*.java",
],
resource_dirs: ["src/main/resources/*/"],
visibility: ["//visibility:public"],
static_libs: [
"aatf-java-proto-lite",
"androidx.core_core",
"androidx.test.espresso.core",
"androidx.test.rules",
"androidx.test.runner",
"androidx.test.services.storage",
"auto_value_annotations",
"checker-qual",
"com.google.android.material_material",
"error_prone_annotations",
"guava",
"guava-android-annotation-stubs",
"hamcrest",
"hamcrest-library",
"libprotobuf-java-lite",
],
plugins: ["auto_value_plugin"],
manifest: "src/main/AndroidManifest.xml",
}