blob: a0bebce7eb978319b5439f333d693c21447f5e85 [file] [log] [blame]
package {
// See: http://go/android-license-faq
default_applicable_licenses: ["Android-Apache-2.0"],
}
android_app {
name: "ImsTestApp",
static_libs: [
"androidx.legacy_legacy-support-v4",
"androidx.appcompat_appcompat",
"androidx.recyclerview_recyclerview",
"androidx.cardview_cardview",
],
srcs: ["src/**/*.java"],
platform_apis: true,
certificate: "platform",
privileged: true,
}