Sasha Smundak | 538966e | 2020-02-05 19:54:20 -0800 | [diff] [blame] | 1 | // Build the Sample Embms Services |
Bob Badour | 1fcc3d7 | 2021-02-12 18:21:19 -0800 | [diff] [blame] | 2 | package { |
| 3 | // See: http://go/android-license-faq |
| 4 | // A large-scale-change added 'default_applicable_licenses' to import |
| 5 | // all of the 'license_kinds' from "packages_services_Telephony_license" |
| 6 | // to get the below license kinds: |
| 7 | // SPDX-license-identifier-Apache-2.0 |
| 8 | default_applicable_licenses: ["packages_services_Telephony_license"], |
| 9 | } |
| 10 | |
Sasha Smundak | 538966e | 2020-02-05 19:54:20 -0800 | [diff] [blame] | 11 | android_app { |
| 12 | name: "EmbmsTestService", |
| 13 | srcs: ["src/**/*.java"], |
| 14 | platform_apis: true, |
| 15 | certificate: "platform", |
| 16 | privileged: true, |
| 17 | // Uncomment the following line to build the EmbmsTestService |
| 18 | // into the userdebug build: |
| 19 | // LOCAL_MODULE_TAGS := debug |
| 20 | } |