Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ca343863 authored by Aurimas Liutikas's avatar Aurimas Liutikas
Browse files

Remove unneeded use of support library in WallpaperCropper.

Test: make -j WallpaperCropper
Change-Id: I46b0d173aeb52e8d638493bbecea8fa6b6ba00a9
parent 34149bad
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -6,7 +6,6 @@ LOCAL_MODULE_TAGS := optional
LOCAL_SRC_FILES := $(call all-java-files-under, src)

LOCAL_JAVA_LIBRARIES := telephony-common
LOCAL_STATIC_JAVA_LIBRARIES := android-support-v4

LOCAL_PACKAGE_NAME := WallpaperCropper
LOCAL_CERTIFICATE := platform
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@ import android.content.Context;
import android.graphics.Bitmap;
import android.graphics.Rect;
import android.graphics.RectF;
import android.support.v4.util.LongSparseArray;
import android.util.LongSparseArray;
import android.util.DisplayMetrics;
import android.util.Log;
import android.util.Pools.Pool;