1package { 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 10android_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 23 platform_apis: true, 24} 25