16 lines
211 B
Plaintext
16 lines
211 B
Plaintext
android_app {
|
|
|
|
name: "ExamplePlugin",
|
|
|
|
libs: ["SystemUIPluginLib"],
|
|
|
|
certificate: "platform",
|
|
optimize: {
|
|
enabled: false,
|
|
},
|
|
|
|
srcs: ["src/**/*.java"],
|
|
|
|
platform_apis: true,
|
|
}
|