blob: 9b11fca946fe7ee1b1cd5ef48cd60788780d8a64 [file] [log] [blame]
HrX036438b7b2020-05-01 18:09:43 +02001android_app {
2
HrX0344614f22020-06-15 09:26:13 +02003 name: "CompactPanel",
HrX036438b7b2020-05-01 18:09:43 +02004
HrX0344614f22020-06-15 09:26:13 +02005 static_libs: ["VolumePluginCommon"],
HrX036438b7b2020-05-01 18:09:43 +02006
7 resource_dirs: ["res"],
8
9 certificate: "platform",
10 optimize: {
11 enabled: false,
12 },
13 platform_apis: true,
14
15 srcs: ["src/**/*.java"],
16
17}