df848ac224
See build/soong/README.md for more information. Bug: 122332340 Test: treehugger Change-Id: I4ccc0a2e13fc49a0109e9823fbcb4077e11455d5
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"],
|
|
},
|
|
}
|