summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Android.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/Android.mk b/Android.mk
index 077386989..e42a4632d 100644
--- a/Android.mk
+++ b/Android.mk
@@ -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)