blob: 3f0fdedb57daaca99ddf0fa4c98afc5b0a009f04 [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",
13
14 libs: ["SystemUIPluginLib"],
15
16 certificate: "platform",
17 optimize: {
18 enabled: false,
19 },
20
21 srcs: ["src/**/*.java"],
22
Jeongik Chaa1bf8a92019-07-11 15:37:30 +090023 platform_apis: true,
Jason Monk2c3a8042018-08-13 11:10:48 -040024}