Add palette dependency to Android.mk.

Change-Id: I34fcfa87a35df8ec1029669d6b570c1a95029b66
This commit is contained in:
Tony Wickham 2016-04-01 16:05:15 -07:00
parent 8ab8fe9441
commit d9dc2e2cb3
1 changed files with 2 additions and 1 deletions

View File

@ -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)