summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorlinus_lee <llee@cyngn.com>2014-09-02 18:57:39 -0700
committerlinus_lee <llee@cyngn.com>2014-11-20 11:59:11 -0800
commit32e9492d3d5d0fae297af88865cfc3cfc22e27c1 (patch)
treea17d7d9233935af839885e3fffdfe0f9a5dc5eb1 /Android.mk
parent08276a046ece9c2d25ee5db858bce822bfb0a292 (diff)
downloadandroid_packages_apps_Eleven-32e9492d3d5d0fae297af88865cfc3cfc22e27c1.tar.gz
android_packages_apps_Eleven-32e9492d3d5d0fae297af88865cfc3cfc22e27c1.tar.bz2
android_packages_apps_Eleven-32e9492d3d5d0fae297af88865cfc3cfc22e27c1.zip
Eleven: Add blurring behind the now playing and the queue fragments and fixes a few bugs
In addition to blurring, hide non-english headers, and fix the gripper colors Change-Id: I6899a5d1d3bb8c6c7711652a618b1bdc47abcb1f
Diffstat (limited to 'Android.mk')
-rw-r--r--Android.mk11
1 files changed, 7 insertions, 4 deletions
diff --git a/Android.mk b/Android.mk
index 692317a..de7e0d9 100644
--- a/Android.mk
+++ b/Android.mk
@@ -8,8 +8,10 @@ LOCAL_SRC_FILES += $(call all-java-files-under, src)
LOCAL_STATIC_JAVA_LIBRARIES := \
android-support-v4 \
+ android-support-v8-renderscript \
android-common \
- nineoldandroids
+ nineoldandroids \
+ palette
LOCAL_PACKAGE_NAME := Eleven
LOCAL_OVERRIDES_PACKAGES := Music
@@ -18,10 +20,11 @@ LOCAL_PROGUARD_ENABLED := disabled
include $(BUILD_PACKAGE)
-#Include nineoldadroids jar
+#Include nineoldadroids/palette jar
include $(CLEAR_VARS)
-LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := nineoldandroids:libs/nineoldandroids-2.4.0.jar
-
+LOCAL_PREBUILT_STATIC_JAVA_LIBRARIES := \
+ nineoldandroids:libs/nineoldandroids-2.4.0.jar \
+ palette:libs/android-support-v7-palette.jar
include $(BUILD_MULTI_PREBUILT)