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

    name: "AospPanel",

    static_libs: [
        "VolumePluginCommon",
    ],

    resource_dirs: ["res"],

    certificate: "platform",
    optimize: {
        enabled: false,
        proguard_flags_files: ["proguard.flags"],
    },
    platform_apis: true,

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

}