Colin Cross | 946a0fd | 2019-05-07 11:22:05 -0700 | [diff] [blame^] | 1 | android_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: [ |
| 15 | "androidx.test.rules", |
| 16 | "androidx.test.espresso.core", |
| 17 | "androidx.test.espresso.contrib-nodeps", |
| 18 | "androidx.test.espresso.intents-nodeps", |
| 19 | "mockito-target-minus-junit4", |
| 20 | "platform-test-annotations", |
| 21 | "truth-prebuilt", |
| 22 | "ub-uiautomator", |
| 23 | ], |
| 24 | |
| 25 | // Include all test java files. |
| 26 | srcs: ["src/**/*.java"], |
| 27 | |
| 28 | platform_apis: true, |
| 29 | test_suites: ["device-tests"], |
| 30 | |
| 31 | instrumentation_for: "Settings", |
| 32 | } |