Bob Badour | e539dba | 2021-02-12 17:07:05 -0800 | [diff] [blame^] | 1 | package { |
| 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 Monk | 2c3a804 | 2018-08-13 11:10:48 -0400 | [diff] [blame] | 10 | android_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 Cha | a1bf8a9 | 2019-07-11 15:37:30 +0900 | [diff] [blame] | 23 | platform_apis: true, |
Jason Monk | 2c3a804 | 2018-08-13 11:10:48 -0400 | [diff] [blame] | 24 | } |