blob: 49feff8d8f37b81fee30850d9cbdfa1f2f669a9c [file] [log] [blame]
package {
// See: http://go/android-license-faq
// A large-scale-change added 'default_applicable_licenses' to import
// all of the 'license_kinds' from "packages_services_Telephony_license"
// to get the below license kinds:
// SPDX-license-identifier-Apache-2.0
default_applicable_licenses: ["packages_services_Telephony_license"],
}
android_app {
name: "TestRcsApp",
srcs: [
"src/**/*.java",
],
static_libs: [
"androidx-constraintlayout_constraintlayout",
"aosp_test_rcs_client_base",
"androidx.appcompat_appcompat",
],
certificate: "platform",
sdk_version: "system_current",
min_sdk_version: "30",
}