summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Kocialkowski <contact@paulk.fr>2013-11-09 18:01:14 +0100
committerPaul Kocialkowski <contact@paulk.fr>2013-11-09 18:01:14 +0100
commitc1ae42738266c186f1a48ff55997cce2a4f6d259 (patch)
treeb76e830b4daa62bb296d3f7294b012507596c1b9
parentd2c8a11656957b9cfacbadbacf126aaef767b185 (diff)
downloadbuild-c1ae42738266c186f1a48ff55997cce2a4f6d259.zip
build-c1ae42738266c186f1a48ff55997cce2a4f6d259.tar.gz
build-c1ae42738266c186f1a48ff55997cce2a4f6d259.tar.bz2
Only build live wallpapers when there is OpenGL support
Change-Id: Id0ede10b76729dd395b3c7b4cb190305ef613027 Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
-rw-r--r--target/product/full_base.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/target/product/full_base.mk b/target/product/full_base.mk
index 2353fc4..766017e 100644
--- a/target/product/full_base.mk
+++ b/target/product/full_base.mk
@@ -32,6 +32,7 @@ PRODUCT_PACKAGES += \
libvideoeditor_videofilters \
libvideoeditorplayer
+ifeq ($(USE_OPENGL_RENDERER),true)
PRODUCT_PACKAGES += \
Galaxy4 \
HoloSpiralWallpaper \
@@ -42,6 +43,7 @@ PRODUCT_PACKAGES += \
PhaseBeam \
VisualizationWallpapers \
PhotoTable
+endif
include $(SRC_TARGET_DIR)/product/emulator.mk