blob: be85816629c1ff5da4b8892dcb064c914cb0e1a1 (
plain)
1
2
3
4
5
6
7
8
9
|
java_library {
name: "apct-perftests-utils",
static_libs: [
"androidx.test.rules",
"androidx.annotation_annotation",
],
// Build all java files in the java subdirectory
srcs: ["**/*.java"],
}
|