1package {
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
10android_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}
23