1package {
2    default_team: "trendy_team_system_ui_please_use_a_more_specific_subteam_if_possible_",
3    // 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
11android_app {
12
13    name: "ExamplePlugin",
14    use_resource_processor: true,
15
16    libs: ["SystemUIPluginLib"],
17
18    certificate: "platform",
19    optimize: {
20        enabled: false,
21    },
22
23    srcs: ["src/**/*.java"],
24
25    platform_apis: true,
26}
27