848f3f5d34
Signed-off-by: Michael Bestas <mikeioannina@gmail.com> Change-Id: Ib95abd1541ca31b0480c0e2c433ffa6faabdc37d
27 lines
633 B
Makefile
27 lines
633 B
Makefile
# Inherit common CM stuff
|
|
$(call inherit-product, vendor/cm/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/cm/config/cm_audio.mk
|
|
|
|
# Optional CM packages
|
|
PRODUCT_PACKAGES += \
|
|
HoloSpiralWallpaper \
|
|
MagicSmokeWallpapers \
|
|
NoiseField \
|
|
Galaxy4 \
|
|
LiveWallpapers \
|
|
LiveWallpapersPicker \
|
|
VisualizationWallpapers \
|
|
PhaseBeam \
|
|
VideoEditor
|