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, | |
} |