blob: b857a0a92e24280f3e7ba359dc67761358ff56e1 [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",
changbettyc3aa6d22020-07-24 15:20:14 +080020 "androidx.test.ext.junit",
Jeremy Goldmanae03dd32020-12-14 12:08:42 +080021 "androidx.preference_preference",
Colin Cross946a0fd2019-05-07 11:22:05 -070022 "mockito-target-minus-junit4",
23 "platform-test-annotations",
24 "truth-prebuilt",
25 "ub-uiautomator",
26 ],
27
28 // Include all test java files.
29 srcs: ["src/**/*.java"],
30
31 platform_apis: true,
32 test_suites: ["device-tests"],
33
34 instrumentation_for: "Settings",
35}