blob: 7556cbe35eac5b56bf9b8c688351e0bf204283a2 [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",
Colin Cross946a0fd2019-05-07 11:22:05 -070021 "mockito-target-minus-junit4",
22 "platform-test-annotations",
23 "truth-prebuilt",
24 "ub-uiautomator",
25 ],
26
27 // Include all test java files.
28 srcs: ["src/**/*.java"],
29
30 platform_apis: true,
31 test_suites: ["device-tests"],
32
33 instrumentation_for: "Settings",
34}