dd3a17feef
This allows projects to opt out for space limited devices. Also create a common_mini.mk and populate it with common stuff from the common_mini_*.mk files. Change-Id: I7d7dee73b70f97a778353ca136434a6e36edaf7e
36 lines
592 B
Makefile
36 lines
592 B
Makefile
# Inherit common CM stuff
|
|
$(call inherit-product, vendor/cm/config/common.mk)
|
|
|
|
PRODUCT_SIZE := full
|
|
|
|
# Include CM audio files
|
|
include vendor/cm/config/cm_audio.mk
|
|
|
|
# Optional CM packages
|
|
PRODUCT_PACKAGES += \
|
|
Galaxy4 \
|
|
HoloSpiralWallpaper \
|
|
LiveWallpapers \
|
|
LiveWallpapersPicker \
|
|
MagicSmokeWallpapers \
|
|
NoiseField \
|
|
PhaseBeam \
|
|
PhotoTable \
|
|
SoundRecorder \
|
|
PhotoPhase \
|
|
Screencast
|
|
|
|
# Extra tools in CM
|
|
PRODUCT_PACKAGES += \
|
|
7z \
|
|
lib7z \
|
|
bash \
|
|
bzip2 \
|
|
curl \
|
|
powertop \
|
|
unrar \
|
|
unzip \
|
|
vim \
|
|
wget \
|
|
zip
|