blob: e4a54cba1b97b836191bc72c5edd1fe6071e9aef [file] [log] [blame]
Sasha Smundak538966e2020-02-05 19:54:20 -08001// Build the Sample Embms Services
2android_app {
3 name: "EmbmsTestService",
4 srcs: ["src/**/*.java"],
5 platform_apis: true,
6 certificate: "platform",
7 privileged: true,
8 // Uncomment the following line to build the EmbmsTestService
9 // into the userdebug build:
10 // LOCAL_MODULE_TAGS := debug
11}