Files
frameworks_base/packages/WallpaperCropper/Android.bp
Jeongik Cha 665595541e Move the app to /system_ext
We plan to forbid hidden API in product partition.
So these apps have to be moved to /system_ext because it uses hidden API.
It is not permanent, so they can be moved back to /product due to
needs if there isn't hidden usage anymore.

Bug: 137908189
Test: m
Test: check whether device boots successfully
Change-Id: I0662674a66bc54ee4713e5c7ed6ad0db4d342338
2019-12-26 08:29:53 +00:00

12 lines
255 B
Plaintext

android_app {
name: "WallpaperCropper",
srcs: ["src/**/*.java"],
platform_apis: true,
certificate: "platform",
system_ext_specific: true,
privileged: true,
optimize: {
proguard_flags_files: ["proguard.flags"],
},
}