39598b2466
Signed-off-by: Wolfgang Wiedmeyer <wolfgit@wiedmeyer.de>
17 lines
324 B
Makefile
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
|