blob: 4d4afcb50e6bdb39e8339496674ef63327240dcd [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_app {
11 name: "SmsManagerTestApp",
12 srcs: ["src/**/*.java"],
Brad Ebinger4df7e242021-02-17 23:23:21 +000013 platform_apis: true,
14 certificate: "platform",
15 privileged: true,
Sasha Smundak538966e2020-02-05 19:54:20 -080016}