blob: ad86f4667f67a92a708d2f743b4a36a68ab629dc [file] [log] [blame]
Bob Badour8a6a2bc2021-02-12 17:07:05 -08001package {
2 default_applicable_licenses: [
3 "frameworks_base_packages_DynamicSystemInstallationService_license",
4 ],
5}
6
7// Added automatically by a large-scale-change
8// See: http://go/android-license-faq
9license {
10 name: "frameworks_base_packages_DynamicSystemInstallationService_license",
11 visibility: [":__subpackages__"],
12 license_kinds: [
13 "SPDX-license-identifier-Apache-2.0",
14 ],
15 license_text: [
16 "NOTICE",
17 ],
18}
19
Colin Cross20bc2bf2019-07-24 15:53:15 -070020android_app {
21 name: "DynamicSystemInstallationService",
Jeff Sharkeyd23b5372020-10-23 14:30:42 -060022 defaults: ["platform_app_defaults"],
Colin Cross20bc2bf2019-07-24 15:53:15 -070023
24 srcs: ["src/**/*.java"],
25 resource_dirs: ["res"],
26
27 certificate: "platform",
28 privileged: true,
29 platform_apis: true,
30
31 optimize: {
32 enabled: false,
33 },
34}