blob: cbfa3f8625d74f8719de9afa4138a526029152dd [file] [log] [blame]
Bob Badour051ef782021-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 Badour051ef782021-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",
14
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}