# Inherit common stuff | |
$(call inherit-product, vendor/aosp/config/common.mk) | |
# Bring in all video files | |
$(call inherit-product, frameworks/base/data/videos/VideoPackage2.mk) | |
# Include CM LatinIME dictionaries | |
PRODUCT_PACKAGE_OVERLAYS += vendor/aosp/overlay/dictionaries | |
# Optional CM packages | |
PRODUCT_PACKAGES += \ | |
Galaxy4 \ | |
HoloSpiralWallpaper \ | |
LiveWallpapers \ | |
LiveWallpapersPicker \ | |
MagicSmokeWallpapers \ | |
NoiseField \ | |
PhaseBeam \ | |
VisualizationWallpapers \ | |
PhotoTable \ | |
SoundRecorder \ | |
PhotoPhase |