Commit Graph

7 Commits

Author SHA1 Message Date
Anton Hansson
c8fb1e5714 Move WallpaperCropper to /product
This app is frequently overriden by proprietary apps
on shipping devices, so move it to /product.

Bug: 122353713
Test: boot aosp_arm64 emulator
Change-Id: Iaf76f1f7bef2e3fb10219fe84a556464afde9523
2019-01-11 15:07:20 +00:00
Anton Hansson
ab6ec61251 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
2018-02-28 15:13:23 +00:00
Narayan Kamath
692ff3acb1 WallpaperCropper: Remove dependency on telephony-common.
Unused.

Test: make
Change-Id: Id02e7f7bc0aa1fd9e9780a76f00517e1edbae223
2018-02-09 16:11:26 +00:00
Aurimas Liutikas
ca34386397 Remove unneeded use of support library in WallpaperCropper.
Test: make -j WallpaperCropper
Change-Id: I46b0d173aeb52e8d638493bbecea8fa6b6ba00a9
2017-07-10 17:11:00 -07:00
Colin Cross
5a252e6b4b WallpaperCropper has no tests, it doesn't need junit
Test: builds
Change-Id: I1e65b921120f061119e06efeea9fb22d043bf305
2017-02-16 17:34:45 -08:00
Paul Duffin
ccb0445027 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
2017-01-19 09:43:05 +00:00
Michael Jurka
e8d1bf7a43 Add new intent/method for cropping and setting wallpapers
Also, create a system fallback WallpaperCropper

Bug: 4225598

Change-Id: I6bc6d5a3bb3df1dc00f3db701978aa172020c568
2013-09-13 17:04:46 +02:00