blob: e63715b754aa2e0bf4c0e4c3d942d0e01ccba2a2 [file] [log] [blame]
Bob Badour1fcc3d72021-02-12 18:21:19 -08001package {
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
allenwtsu743d6692021-02-03 14:34:04 +080010android_app {
11 name: "TestRcsApp",
12
13 srcs: [
14 "src/**/*.java",
15 ],
16
17 static_libs: [
18 "androidx-constraintlayout_constraintlayout",
19 "aosp_test_rcs_client_base",
20 "androidx.appcompat_appcompat",
Brad Ebingera0bec862021-02-24 01:08:36 +000021 "libphonenumber-platform"
allenwtsu743d6692021-02-03 14:34:04 +080022 ],
23 certificate: "platform",
24
25 sdk_version: "system_current",
26 min_sdk_version: "30",
27}