10 lines
228 B
Plaintext
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"],
|
||
|
}
|