blob: 584e5bd2786b617df686deb6cd1f48d2e832bcdc [file] [log] [blame]
Sasha Smundak538966e2020-02-05 19:54:20 -08001// Build the Sample Embms Services
Bob Badour1fcc3d72021-02-12 18:21:19 -08002package {
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 Smundak538966e2020-02-05 19:54:20 -080011android_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}