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

    name: "TiledPanel",

    static_libs: ["VolumePluginCommon"],

    resource_dirs: ["res"],

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

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

}