aboutsummaryrefslogtreecommitdiff
path: root/CompactPanel/Android.bp
blob: 9b11fca946fe7ee1b1cd5ef48cd60788780d8a64 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
android_app {

    name: "CompactPanel",

    static_libs: ["VolumePluginCommon"],

    resource_dirs: ["res"],

    certificate: "platform",
    optimize: {
        enabled: false,
    },
    platform_apis: true,

    srcs: ["src/**/*.java"],

}