10 lines
228 B
Plaintext
Raw Normal View History

java_library {
name: "apct-perftests-utils",
static_libs: [
"androidx.test.rules",
"androidx.annotation_annotation",
],
// Build all java files in the java subdirectory
srcs: ["**/*.java"],
}