From c1ae42738266c186f1a48ff55997cce2a4f6d259 Mon Sep 17 00:00:00 2001 From: Paul Kocialkowski Date: Sat, 9 Nov 2013 18:01:14 +0100 Subject: Only build live wallpapers when there is OpenGL support Change-Id: Id0ede10b76729dd395b3c7b4cb190305ef613027 Signed-off-by: Paul Kocialkowski --- target/product/full_base.mk | 2 ++ 1 file changed, 2 insertions(+) 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 -- cgit v1.1