blob: f1be84bd230140ab6ad59b6db7d8b20e750a5e68 [file] [log] [blame]
Sasha Smundak57c3db62019-01-08 15:37:25 -08001android_test {
2 name: "TelephonyProviderTests",
3 static_libs: [
4 "mockito-target",
Brett Chabot4340ae82019-03-07 21:04:03 -08005 "compatibility-device-util-axt",
6 "androidx.test.rules",
Sasha Smundak57c3db62019-01-08 15:37:25 -08007 "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}