Sasha Smundak | 57c3db6 | 2019-01-08 15:37:25 -0800 | [diff] [blame] | 1 | android_test { |
| 2 | name: "TelephonyProviderTests", |
| 3 | static_libs: [ |
| 4 | "mockito-target", |
Brett Chabot | 4340ae8 | 2019-03-07 21:04:03 -0800 | [diff] [blame] | 5 | "compatibility-device-util-axt", |
| 6 | "androidx.test.rules", |
Sasha Smundak | 57c3db6 | 2019-01-08 15:37:25 -0800 | [diff] [blame] | 7 | "truth-prebuilt", |
| 8 | ], |
| 9 | libs: [ |
| 10 | "android.test.runner", |
| 11 | "telephony-common", |
| 12 | "android.test.base", |
| 13 | "android.test.mock", |
| 14 | ], |
| 15 | srcs: ["src/**/*.java"], |
| 16 | platform_apis: true, |
| 17 | test_suites: ["device-tests"], |
| 18 | certificate: "platform", |
| 19 | instrumentation_for: "TelephonyProvider", |
| 20 | } |