blob: 66951b5d96406ec3d0362425bc7053351175ddd2 [file] [log] [blame]
Bob Badoure539dba2021-02-12 17:07:05 -08001package {
2 // See: http://go/android-license-faq
3 // A large-scale-change added 'default_applicable_licenses' to import
4 // all of the 'license_kinds' from "frameworks_base_packages_SystemUI_license"
5 // to get the below license kinds:
6 // SPDX-license-identifier-Apache-2.0
7 default_applicable_licenses: ["frameworks_base_packages_SystemUI_license"],
8}
9
Jason Monk2c3a8042018-08-13 11:10:48 -040010android_app {
11
12 name: "ExamplePlugin",
Peter Kalauskas84c5a992023-08-23 13:39:23 -070013 use_resource_processor: true,
Jason Monk2c3a8042018-08-13 11:10:48 -040014
15 libs: ["SystemUIPluginLib"],
16
17 certificate: "platform",
18 optimize: {
19 enabled: false,
20 },
21
22 srcs: ["src/**/*.java"],
23
Jeongik Chaa1bf8a92019-07-11 15:37:30 +090024 platform_apis: true,
Jason Monk2c3a8042018-08-13 11:10:48 -040025}