blob: 903b98e7aafbafd9b7f68994858c4bf0c5068919 [file] [log] [blame]
Bob Badour3df8c8b2021-02-12 15:26:39 -08001package {
2 default_applicable_licenses: ["Android-Apache-2.0"],
3}
4
Marcus Hagerott65183472020-12-08 14:53:10 -08005android_library {
6 name: "telephony-common-testing",
7
8 srcs: ["**/*.java"],
9
Ian Zernyc1b4a1e2021-06-25 12:06:13 +020010 libs: [
11 "telephony-common",
12 ],
13
Marcus Hagerott65183472020-12-08 14:53:10 -080014 static_libs: [
15 "androidx.annotation_annotation",
16 "guava",
17 "junit",
18 "mockito-target-minus-junit4",
Krzysztof KosiƄski52dca152023-10-07 00:48:14 +000019 "truth",
Marcus Hagerott65183472020-12-08 14:53:10 -080020 ],
21
22 sdk_version: "test_current",
23
24 visibility: [
25 "//cts/tests/tests/simphonebookprovider",
26 "//cts/tests/tests/simphonebookprovider/nosim",
27 "//frameworks/opt/telephony/tests",
28 "//packages/services/Telephony/tests",
29 ],
30}