blob: 236ba43f11bef280bc76f8a209c303f2e4f69cdf [file] [log] [blame]
Bob Badour1fcc3d72021-02-12 18:21:19 -08001package {
2 // See: http://go/android-license-faq
Bob Badourb963ff52022-01-27 19:26:46 -08003 default_applicable_licenses: ["Android-Apache-2.0"],
Bob Badour1fcc3d72021-02-12 18:21:19 -08004}
5
Bob Badourb963ff52022-01-27 19:26:46 -08006// Build the Sample Embms Services
Sasha Smundak538966e2020-02-05 19:54:20 -08007android_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}