replicant-vendor_replicant/config/common_full.mk
Wolfgang Wiedmeyer 39598b2466
Include live wallpapers only when USE_OPENGL_RENDERER is enabled
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
2017-05-03 19:10:21 +02:00

17 lines
324 B
Makefile

# Inherit common CM stuff
$(call inherit-product, vendor/replicant/config/common.mk)
PRODUCT_SIZE := full
ifeq ($(USE_OPENGL_RENDERER),true)
PRODUCT_PACKAGES += \
Galaxy4 \
HoloSpiralWallpaper \
LiveWallpapers \
MagicSmokeWallpapers \
NoiseField \
PhaseBeam \
PhotoTable \
PhotoPhase
endif