blob: be85816629c1ff5da4b8892dcb064c914cb0e1a1 [file] [log] [blame]
Sasha Smundak500db622019-02-12 09:38:16 -08001java_library {
2 name: "apct-perftests-utils",
3 static_libs: [
4 "androidx.test.rules",
5 "androidx.annotation_annotation",
6 ],
7 // Build all java files in the java subdirectory
8 srcs: ["**/*.java"],
9}