diff options
author | Colin Cross <ccross@android.com> | 2017-02-16 14:55:47 -0800 |
---|---|---|
committer | Colin Cross <ccross@android.com> | 2017-02-16 17:34:45 -0800 |
commit | 5a252e6b4baa8ad631b9e94a81eaf9fe7738d335 (patch) | |
tree | 2273d6ca2ca7a84c47b7be9c7e393fcb5e9f4459 | |
parent | 254a418e97e02f43d1f25ea801d67e1bdf498d65 (diff) |
WallpaperCropper has no tests, it doesn't need junit
Test: builds
Change-Id: I1e65b921120f061119e06efeea9fb22d043bf305
-rw-r--r-- | packages/WallpaperCropper/Android.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/WallpaperCropper/Android.mk b/packages/WallpaperCropper/Android.mk index d8fb7a4d3a2a..09b41fdd1262 100644 --- a/packages/WallpaperCropper/Android.mk +++ b/packages/WallpaperCropper/Android.mk @@ -6,7 +6,7 @@ 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 junit +LOCAL_STATIC_JAVA_LIBRARIES := android-support-v4 LOCAL_PACKAGE_NAME := WallpaperCropper LOCAL_CERTIFICATE := platform |