f1deb14ac0
* Go back to sleep, Steve. Change-Id: Ie8aa55981ec2447741119cb413798568174ce659
44 lines
988 B
Makefile
44 lines
988 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
|
|
|
|
# Include CM LatinIME dictionaries
|
|
PRODUCT_PACKAGE_OVERLAYS += vendor/cm/overlay/dictionaries
|
|
|
|
# Optional CM packages
|
|
PRODUCT_PACKAGES += \
|
|
Galaxy4 \
|
|
HoloSpiralWallpaper \
|
|
LiveWallpapers \
|
|
LiveWallpapersPicker \
|
|
MagicSmokeWallpapers \
|
|
NoiseField \
|
|
PhaseBeam \
|
|
VisualizationWallpapers \
|
|
PhotoTable \
|
|
SoundRecorder
|
|
|
|
PRODUCT_PACKAGES += \
|
|
VideoEditor \
|
|
libvideoeditor_jni \
|
|
libvideoeditor_core \
|
|
libvideoeditor_osal \
|
|
libvideoeditor_videofilters \
|
|
libvideoeditorplayer
|
|
|
|
# Stagefright FFMPEG plugin
|
|
PRODUCT_PACKAGES += \
|
|
libstagefright_soft_ffmpegadec \
|
|
libstagefright_soft_ffmpegvdec \
|
|
libFFmpegExtractor \
|
|
libnamparser
|
|
|
|
# Extra tools in CM
|
|
PRODUCT_PACKAGES += \
|
|
vim
|