1android_test { 2 name: "ShellTests", 3 srcs: ["src/**/*.java"], 4 libs: [ 5 "android.test.runner", 6 "android.test.base", 7 "android.test.mock", 8 ], 9 static_libs: [ 10 "androidx.test.rules", 11 "mockito-target-minus-junit4", 12 "ub-uiautomator", 13 "junit", 14 ], 15 platform_apis: true, 16 test_suites: ["device-tests"], 17 instrumentation_for: "Shell", 18 certificate: "platform", 19} 20