blob: 583b46e4b31cbd5156890d394b24417f7ca442f8 [file] [log] [blame]
Colin Cross946a0fd2019-05-07 11:22:05 -07001android_test {
2 name: "SettingsUnitTests",
3
4 certificate: "platform",
5
6 libs: [
7 "android.test.runner",
8 "telephony-common",
9 "ims-common",
10 "android.test.base",
11 "android.test.mock",
12 ],
13
14 static_libs: [
paulhu2efe4822020-05-12 19:42:15 +080015 "androidx.test.core",
Colin Cross946a0fd2019-05-07 11:22:05 -070016 "androidx.test.rules",
17 "androidx.test.espresso.core",
18 "androidx.test.espresso.contrib-nodeps",
19 "androidx.test.espresso.intents-nodeps",
20 "mockito-target-minus-junit4",
21 "platform-test-annotations",
22 "truth-prebuilt",
23 "ub-uiautomator",
24 ],
25
26 // Include all test java files.
27 srcs: ["src/**/*.java"],
28
29 platform_apis: true,
30 test_suites: ["device-tests"],
31
32 instrumentation_for: "Settings",
33}