History log of /frameworks/base/packages/WallpaperCropper/Android.mk
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ab6ec61251786bf6b4d0407db3bc28aeefcb55db 23-Feb-2018 Anton Hansson <hansson@google.com> frameworks/base: Set LOCAL_SDK_VERSION where possible.

This change sets LOCAL_SDK_VERSION for all packages where
this is possible without breaking the build, and
LOCAL_PRIVATE_PLATFORM_APIS := true otherwise.

Setting one of these two will be made required soon, and this
is a change in preparation for that. Not setting LOCAL_SDK_VERSION
makes the app implicitly depend on the bootclasspath, which is
often not required. This change effectively makes depending on
private apis opt-in rather than opt-out.

Test: make relevant packages
Bug: 73535841
Change-Id: I4233b9091d9066c4fa69f3d24aaf367ea500f760
/frameworks/base/packages/WallpaperCropper/Android.mk
692ff3acb16a7ca010e358fb707cf03b5492d52f 09-Feb-2018 Narayan Kamath <narayan@google.com> WallpaperCropper: Remove dependency on telephony-common.

Unused.

Test: make
Change-Id: Id02e7f7bc0aa1fd9e9780a76f00517e1edbae223
/frameworks/base/packages/WallpaperCropper/Android.mk
ca34386397eeddc7424d83a996cc554eb846d663 11-Jul-2017 Aurimas Liutikas <aurimas@google.com> Remove unneeded use of support library in WallpaperCropper.

Test: make -j WallpaperCropper
Change-Id: I46b0d173aeb52e8d638493bbecea8fa6b6ba00a9
/frameworks/base/packages/WallpaperCropper/Android.mk
5a252e6b4baa8ad631b9e94a81eaf9fe7738d335 16-Feb-2017 Colin Cross <ccross@android.com> WallpaperCropper has no tests, it doesn't need junit

Test: builds
Change-Id: I1e65b921120f061119e06efeea9fb22d043bf305
/frameworks/base/packages/WallpaperCropper/Android.mk
ccb04450279c53eda250ac3e20b75cd07bcd1f7e 10-Jan-2017 Paul Duffin <paulduffin@google.com> Prepare for removal of legacy-test from default targets

In preparation for removing junit classes from the Android API
the legacy-test target will be removed from the
TARGET_DEFAULT_JAVA_LIBRARIES. This change adds explicit
dependencies on junit and/or legacy-android-test to ensure that
modules will compile properly once it is removed.

(cherry picked from 6387604f9e672ece85e07c4bcbd7be396867f06f)

Bug: 30188076
Test: make checkbuild
Merged-In: I13e88297731253420e4e5f5291d503f13a39a156
Change-Id: I58446eb8c45d8ac2bcdbc9fa40d1321e811bdd4b
/frameworks/base/packages/WallpaperCropper/Android.mk
e8d1bf7a439450b9979701909164a6baffbe8bae 09-Sep-2013 Michael Jurka <mikejurka@google.com> Add new intent/method for cropping and setting wallpapers

Also, create a system fallback WallpaperCropper

Bug: 4225598

Change-Id: I6bc6d5a3bb3df1dc00f3db701978aa172020c568
/frameworks/base/packages/WallpaperCropper/Android.mk