summaryrefslogtreecommitdiff
path: root/device.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2013-10-02 09:52:06 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-10-02 09:52:06 -0700
commite5bf0e77296d43b08ff5b11e47edea430e4d05d0 (patch)
tree03701b87ba5ee8edde86a92e15f140fcbfd16033 /device.mk
parent56106870b0f3835edc5d6be490b78bafa5efc163 (diff)
parent3990485ccbd9c19fc7f2bdb9c06ca99b97b97700 (diff)
downloadmako-e5bf0e77296d43b08ff5b11e47edea430e4d05d0.tar.gz
am 3990485c: am 26b97dea: Merge "Move the live wallpaper packages from device.mk to full_mako.mk" into klp-dev
* commit '3990485ccbd9c19fc7f2bdb9c06ca99b97b97700': Move the live wallpaper packages from device.mk to full_mako.mk
Diffstat (limited to 'device.mk')
-rw-r--r--device.mk7
1 files changed, 0 insertions, 7 deletions
diff --git a/device.mk b/device.mk
index ecff6e6..033d23b 100644
--- a/device.mk
+++ b/device.mk
@@ -34,13 +34,6 @@ PRODUCT_PACKAGES := \
PRODUCT_PACKAGES += \
charger_res_images
-# Live Wallpapers
-PRODUCT_PACKAGES += \
- LiveWallpapers \
- LiveWallpapersPicker \
- VisualizationWallpapers \
- librs_jni
-
ifneq ($(findstring svelte, $(TARGET_PRODUCT)),)
LOCAL_KERNEL := device/lge/mako_svelte-kernel/kernel
else