311a862e9d
Add dependency for lib7z Change-Id: Ic597456601e052dfe5413651de76d5a9880df786
34 lines
570 B
Makefile
34 lines
570 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 \
|
|
PhotoTable \
|
|
SoundRecorder \
|
|
PhotoPhase \
|
|
Screencast
|
|
|
|
# Extra tools in CM
|
|
PRODUCT_PACKAGES += \
|
|
7z \
|
|
lib7z \
|
|
bash \
|
|
bzip2 \
|
|
curl \
|
|
powertop \
|
|
unrar \
|
|
unzip \
|
|
vim \
|
|
wget \
|
|
zip
|