b95faf6097
Change-Id: I31f502a10d64343c8800d51df28b6de49e44bccc
35 lines
744 B
Makefile
35 lines
744 B
Makefile
# Inherit common CM stuff
|
|
$(call inherit-product, vendor/cm/config/common.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 \
|
|
VoiceDialer \
|
|
SoundRecorder
|
|
|
|
PRODUCT_PACKAGES += \
|
|
VideoEditor \
|
|
libvideoeditor_jni \
|
|
libvideoeditor_core \
|
|
libvideoeditor_osal \
|
|
libvideoeditor_videofilters \
|
|
libvideoeditorplayer
|
|
|
|
# Extra tools in CM
|
|
PRODUCT_PACKAGES += \
|
|
vim
|