blob: 243946101ddadbc131809071f52b91b5b4fc5a3c [file] [log] [blame]
Bob Badour1fcc3d72021-02-12 18:21:19 -08001package {
2 // See: http://go/android-license-faq
3 // A large-scale-change added 'default_applicable_licenses' to import
4 // all of the 'license_kinds' from "packages_services_Telephony_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["packages_services_Telephony_license"],
8}
9
Sasha Smundak538966e2020-02-05 19:54:20 -080010android_test {
11 name: "TelephonyRegistryTestApp",
12 srcs: ["src/**/*.java"],
13 platform_apis: true,
14 certificate: "platform",
15 //LOCAL_MODULE_TAGS := debug
16}