blob: f6fa6a5998816b3aa803144f2260b0d2455ce676 [file] [log] [blame]
Bob Badoure539dba2021-02-12 17:07:05 -08001package {
Aditya Choudharyb4262272024-01-31 11:09:29 +00002 default_team: "trendy_team_system_ui_please_use_a_more_specific_subteam_if_possible_",
Bob Badoure539dba2021-02-12 17:07:05 -08003 // See: http://go/android-license-faq
4 // A large-scale-change added 'default_applicable_licenses' to import
5 // all of the 'license_kinds' from "frameworks_base_packages_SystemUI_license"
6 // to get the below license kinds:
7 // SPDX-license-identifier-Apache-2.0
8 default_applicable_licenses: ["frameworks_base_packages_SystemUI_license"],
9}
10
Jason Monk2c3a8042018-08-13 11:10:48 -040011android_app {
12
13 name: "ExamplePlugin",
Peter Kalauskas84c5a992023-08-23 13:39:23 -070014 use_resource_processor: true,
Jason Monk2c3a8042018-08-13 11:10:48 -040015
16 libs: ["SystemUIPluginLib"],
17
18 certificate: "platform",
19 optimize: {
20 enabled: false,
21 },
22
23 srcs: ["src/**/*.java"],
24
Jeongik Chaa1bf8a92019-07-11 15:37:30 +090025 platform_apis: true,
Jason Monk2c3a8042018-08-13 11:10:48 -040026}