Files
2023-10-13 14:01:41 +00:00

10 lines
228 B
Plaintext

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