c6d40c01f7
We need to enable our custom AppSuggestService in order to show possible suggestions. Change-Id: I9489723dfec315c7ff4ab414ebe88c3880876bd3
29 lines
543 B
Makefile
29 lines
543 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 \
|
|
CMSettingsProvider \
|
|
CMResolver
|
|
|
|
# Extra tools in CM
|
|
PRODUCT_PACKAGES += \
|
|
vim \
|
|
zip \
|
|
unrar \
|
|
curl
|