Bob Badour | 1fcc3d7 | 2021-02-12 18:21:19 -0800 | [diff] [blame^] | 1 | package { |
| 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 | |
allenwtsu | 743d669 | 2021-02-03 14:34:04 +0800 | [diff] [blame] | 10 | android_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", |
| 21 | ], |
| 22 | certificate: "platform", |
| 23 | |
| 24 | sdk_version: "system_current", |
| 25 | min_sdk_version: "30", |
| 26 | } |