Bob Badour | 1fcc3d7 | 2021-02-12 18:21:19 -0800 | [diff] [blame] | 1 | package { |
| 2 | // See: http://go/android-license-faq |
Bob Badour | b963ff5 | 2022-01-27 19:26:46 -0800 | [diff] [blame] | 3 | default_applicable_licenses: ["Android-Apache-2.0"], |
Bob Badour | 1fcc3d7 | 2021-02-12 18:21:19 -0800 | [diff] [blame] | 4 | } |
| 5 | |
Bob Badour | b963ff5 | 2022-01-27 19:26:46 -0800 | [diff] [blame] | 6 | // Build the Sample Embms Services |
Sasha Smundak | 538966e | 2020-02-05 19:54:20 -0800 | [diff] [blame] | 7 | android_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 | } |