blob: e4a54cba1b97b836191bc72c5edd1fe6071e9aef [file] [log] [blame]
// Build the Sample Embms Services
android_app {
name: "EmbmsTestService",
srcs: ["src/**/*.java"],
platform_apis: true,
certificate: "platform",
privileged: true,
// Uncomment the following line to build the EmbmsTestService
// into the userdebug build:
// LOCAL_MODULE_TAGS := debug
}