blob: 8536c4fbb5a3174275a55e3ba15509863a409362 [file] [log] [blame]
Sasha Smundak995887e2019-05-02 21:35:45 -07001android_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}