blob: 29181af61ed067e9692f25c45daa763270982165 [file] [log] [blame]
Colin Cross946a0fd2019-05-07 11:22:05 -07001android_test {
2 name: "AnomalyTester",
3
4 certificate: "platform",
5
6 libs: ["android.test.runner"],
7
8 static_libs: [
9 "androidx.test.rules",
10 "mockito-target",
11 "ub-uiautomator",
12 "truth-prebuilt",
13 ],
14
15 srcs: ["**/*.java"],
16
17 optimize: {
18 enabled: false,
19 },
20
21 platform_apis: true,
22
23 instrumentation_for: "Settings",
24}