blob: c6c80f3780a361b3ec4d4cc79ef4233bac354c54 [file] [log] [blame]
Jason Monk2c3a8042018-08-13 11:10:48 -04001android_app {
2
3 name: "ExamplePlugin",
4
5 libs: ["SystemUIPluginLib"],
6
7 certificate: "platform",
8 optimize: {
9 enabled: false,
10 },
11
12 srcs: ["src/**/*.java"],
13
Jeongik Chaa1bf8a92019-07-11 15:37:30 +090014 platform_apis: true,
Jason Monk2c3a8042018-08-13 11:10:48 -040015}