summaryrefslogtreecommitdiff
path: root/device.mk
diff options
context:
space:
mode:
authorYing Wang <wangying@google.com>2013-10-02 09:34:17 -0700
committerAndroid Git Automerger <android-git-automerger@android.com>2013-10-02 09:34:17 -0700
commit3990485ccbd9c19fc7f2bdb9c06ca99b97b97700 (patch)
tree5383dd15f632d1ba0bfb2642c1a5eeebceec936f /device.mk
parenta97c86d6eb8a61ba894d6ccb88ed2d738dfc8e47 (diff)
parent26b97deaf0cb44293a5beb014abb261eb2edbd59 (diff)
downloadmako-3990485ccbd9c19fc7f2bdb9c06ca99b97b97700.tar.gz
am 26b97dea: Merge "Move the live wallpaper packages from device.mk to full_mako.mk" into klp-dev
* commit '26b97deaf0cb44293a5beb014abb261eb2edbd59': 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 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