2012-08-28 10:21:46 +00:00
|
|
|
# Inherit common CM stuff
|
2013-10-28 16:29:59 +00:00
|
|
|
$(call inherit-product, vendor/replicant/config/common.mk)
|
2012-08-28 10:21:46 +00:00
|
|
|
|
|
|
|
# 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
|
2013-10-28 16:29:59 +00:00
|
|
|
include vendor/replicant/config/cm_audio.mk
|
2012-08-28 10:21:46 +00:00
|
|
|
|
2013-10-29 21:26:32 +00:00
|
|
|
ifeq ($(USE_OPENGL_RENDERER),true)
|
2012-08-28 10:21:46 +00:00
|
|
|
PRODUCT_PACKAGES += \
|
|
|
|
HoloSpiralWallpaper \
|
|
|
|
MagicSmokeWallpapers \
|
|
|
|
NoiseField \
|
|
|
|
Galaxy4 \
|
|
|
|
LiveWallpapers \
|
|
|
|
LiveWallpapersPicker \
|
|
|
|
VisualizationWallpapers \
|
|
|
|
PhaseBeam
|
2013-10-29 21:26:32 +00:00
|
|
|
endif
|