Add palette dependency to Android.mk.
Change-Id: I34fcfa87a35df8ec1029669d6b570c1a95029b66
This commit is contained in:
+2
-1
@@ -26,7 +26,8 @@ LOCAL_MODULE_TAGS := optional
|
|||||||
LOCAL_STATIC_JAVA_LIBRARIES := \
|
LOCAL_STATIC_JAVA_LIBRARIES := \
|
||||||
libWallpaperPicker \
|
libWallpaperPicker \
|
||||||
android-support-v4 \
|
android-support-v4 \
|
||||||
android-support-v7-recyclerview
|
android-support-v7-recyclerview \
|
||||||
|
android-support-v7-palette
|
||||||
|
|
||||||
LOCAL_SRC_FILES := $(call all-java-files-under, src) \
|
LOCAL_SRC_FILES := $(call all-java-files-under, src) \
|
||||||
$(call all-proto-files-under, protos)
|
$(call all-proto-files-under, protos)
|
||||||
|
|||||||
Reference in New Issue
Block a user