1java_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} 10