replicant-vendor_replicant/config/common_full.mk
Paul Kocialkowski 8afd5747fd SoftwareGL fine tuning
Change-Id: I65983cd41d057ebf1bb8bef94e4f34ffcd508a9d
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
2013-12-28 17:01:33 +01:00

27 lines
647 B
Makefile

# Inherit common CM stuff
$(call inherit-product, vendor/replicant/config/common.mk)
# Bring in all audio files
include frameworks/base/data/sounds/NewAudio.mk
# Extra Ringtones
include frameworks/base/data/sounds/AudioPackageNewWave.mk
# Bring in all video files
$(call inherit-product, frameworks/base/data/videos/VideoPackage2.mk)
# Include CM audio files
include vendor/replicant/config/cm_audio.mk
ifeq ($(USE_OPENGL_RENDERER),true)
PRODUCT_PACKAGES += \
HoloSpiralWallpaper \
MagicSmokeWallpapers \
NoiseField \
Galaxy4 \
LiveWallpapers \
LiveWallpapersPicker \
VisualizationWallpapers \
PhaseBeam
endif