344e44876a
* common_mini_* configs don't inherit from common_full Change-Id: If31e57620299fa54bc808de0b80f58ebfabdc718
27 lines
501 B
Makefile
27 lines
501 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 \
|
|
curl
|