793385eb7e
* Move LatinIME & dictionary overlay to exclude it from TV devices Change-Id: I926fe0a2c24ee3d2c807e1f584a37d57f1cbb8b5
26 lines
490 B
Makefile
26 lines
490 B
Makefile
# Inherit common CM stuff
|
|
$(call inherit-product, vendor/cm/config/common.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 \
|
|
SoundRecorder \
|
|
PhotoPhase
|
|
|
|
# Extra tools in CM
|
|
PRODUCT_PACKAGES += \
|
|
vim \
|
|
zip \
|
|
unrar
|