12 lines
252 B
Plaintext
12 lines
252 B
Plaintext
|
android_app {
|
||
|
name: "WallpaperCropper",
|
||
|
srcs: ["src/**/*.java"],
|
||
|
platform_apis: true,
|
||
|
certificate: "platform",
|
||
|
product_specific: true,
|
||
|
privileged: true,
|
||
|
optimize: {
|
||
|
proguard_flags_files: ["proguard.flags"],
|
||
|
},
|
||
|
}
|