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