1package {
2    // See: http://go/android-license-faq
3    default_applicable_licenses: ["Android-Apache-2.0"],
4}
5
6android_app {
7    name: "ImsTestApp",
8    static_libs: [
9        "androidx.legacy_legacy-support-v4",
10        "androidx.appcompat_appcompat",
11        "androidx.recyclerview_recyclerview",
12        "androidx.cardview_cardview",
13    ],
14    srcs: ["src/**/*.java"],
15    platform_apis: true,
16    certificate: "platform",
17    privileged: true,
18}
19