Sasha Smundak | 538966e | 2020-02-05 19:54:20 -0800 | [diff] [blame^] | 1 | // Build the Sample Embms Services |
2 | android_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 | } |