Sasha Smundak | 57c3db6 | 2019-01-08 15:37:25 -0800 | [diff] [blame^] | 1 | android_test { |
2 | name: "TelephonyProviderTests", | ||||
3 | static_libs: [ | ||||
4 | "mockito-target", | ||||
5 | "compatibility-device-util", | ||||
6 | "android-support-test", | ||||
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 | } |