blob: 707374959bcef06cbe281be83fdec7b7a4381c3c [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: "ImsTestApp",
12 static_libs: [
13 "androidx.legacy_legacy-support-v4",
14 "androidx.appcompat_appcompat",
15 "androidx.recyclerview_recyclerview",
16 "androidx.cardview_cardview",
17 ],
18 srcs: ["src/**/*.java"],
19 platform_apis: true,
20 certificate: "platform",
21 privileged: true,
22}