summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2013-10-01 02:43:46 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2013-10-01 02:43:47 +0000
commit26b97deaf0cb44293a5beb014abb261eb2edbd59 (patch)
tree6875178e1bcdf7caa66723b91efdd97c8bbedf06
parent5504beddd2d1d644c72d3696d45a81143714b5dc (diff)
parentb48fde917b27fab911b47efd01c8281c94dd76ca (diff)
downloadmako-26b97deaf0cb44293a5beb014abb261eb2edbd59.tar.gz
Merge "Move the live wallpaper packages from device.mk to full_mako.mk" into klp-dev
-rw-r--r--device.mk7
-rw-r--r--full_mako.mk7
2 files changed, 7 insertions, 7 deletions
diff --git a/device.mk b/device.mk
index c05309e..41ae385 100644
--- a/device.mk
+++ b/device.mk
@@ -35,13 +35,6 @@ PRODUCT_PACKAGES += \
charger_res_images \
charger
-# Live Wallpapers
-PRODUCT_PACKAGES += \
- LiveWallpapers \
- LiveWallpapersPicker \
- VisualizationWallpapers \
- librs_jni
-
ifneq ($(findstring svelte, $(TARGET_PRODUCT)),)
LOCAL_KERNEL := device/lge/mako_svelte-kernel/kernel
else
diff --git a/full_mako.mk b/full_mako.mk
index 9616095..80e37df 100644
--- a/full_mako.mk
+++ b/full_mako.mk
@@ -17,6 +17,13 @@
# Sample: This is where we'd set a backup provider if we had one
# $(call inherit-product, device/sample/products/backup_overlay.mk)
+# Live Wallpapers
+PRODUCT_PACKAGES += \
+ LiveWallpapers \
+ LiveWallpapersPicker \
+ VisualizationWallpapers
+
+
# Get the long list of APNs
PRODUCT_COPY_FILES := device/sample/etc/apns-full-conf.xml:system/etc/apns-conf.xml