Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d9dc2e2c authored by Tony Wickham's avatar Tony Wickham
Browse files

Add palette dependency to Android.mk.

Change-Id: I34fcfa87a35df8ec1029669d6b570c1a95029b66
parent 8ab8fe94
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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)