71b1a2fca7
This change allows us to disable these packages on devices with limited storage. Signed-off-by: Michael Bestas <mikeioannina@gmail.com> Change-Id: Ic843d1f663c7e2f68fa758d338d2e428b9321764
35 lines
809 B
Makefile
35 lines
809 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 += \
|
|
Galaxy4 \
|
|
HoloSpiralWallpaper \
|
|
LiveWallpapers \
|
|
LiveWallpapersPicker \
|
|
MagicSmokeWallpapers \
|
|
NoiseField \
|
|
PhaseBeam \
|
|
VisualizationWallpapers \
|
|
PhotoTable
|
|
|
|
PRODUCT_PACKAGES += \
|
|
VideoEditor \
|
|
libvideoeditor_jni \
|
|
libvideoeditor_core \
|
|
libvideoeditor_osal \
|
|
libvideoeditor_videofilters \
|
|
libvideoeditorplayer
|