1package { 2 // See: http://go/android-license-faq 3 default_applicable_licenses: ["Android-Apache-2.0"], 4} 5 6// Build the Sample Embms Services 7android_app { 8 name: "EmbmsTestService", 9 srcs: ["src/**/*.java"], 10 platform_apis: true, 11 certificate: "platform", 12 privileged: true, 13 // Uncomment the following line to build the EmbmsTestService 14 // into the userdebug build: 15 // LOCAL_MODULE_TAGS := debug 16} 17