32bbdf6f57
These are empty and useless. Change-Id: I23cd1be105f7bddbf555a35e10efcc92a7c1eb47
29 lines
655 B
Makefile
29 lines
655 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
|
|
|
|
PRODUCT_PACKAGES += \
|
|
VideoEditor \
|
|
libvideoeditor_jni \
|
|
libvideoeditor_core \
|
|
libvideoeditor_osal \
|
|
libvideoeditor_videofilters \
|
|
libvideoeditorplayer
|