You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
607 B
28 lines
607 B
package {
|
|
default_applicable_licenses: ["Android-Apache-2.0"],
|
|
}
|
|
|
|
android_library {
|
|
name: "telephony-common-testing",
|
|
|
|
srcs: ["**/*.java"],
|
|
|
|
static_libs: [
|
|
"androidx.annotation_annotation",
|
|
"guava",
|
|
"junit",
|
|
"mockito-target-minus-junit4",
|
|
"telephony-common",
|
|
"truth-prebuilt",
|
|
],
|
|
|
|
sdk_version: "test_current",
|
|
|
|
visibility: [
|
|
"//cts/tests/tests/simphonebookprovider",
|
|
"//cts/tests/tests/simphonebookprovider/nosim",
|
|
"//frameworks/opt/telephony/tests",
|
|
"//packages/services/Telephony/tests",
|
|
],
|
|
}
|