1// Build the Sample Embms Services 2package { 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 11android_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} 21