2012-08-28 10:21:46 +00:00
|
|
|
# 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 \
|
2013-09-14 02:33:04 +00:00
|
|
|
HoloSpiralWallpaper \
|
2012-08-28 10:21:46 +00:00
|
|
|
LiveWallpapers \
|
|
|
|
LiveWallpapersPicker \
|
2013-09-14 02:33:04 +00:00
|
|
|
MagicSmokeWallpapers \
|
|
|
|
NoiseField \
|
2013-08-20 12:59:49 +00:00
|
|
|
PhaseBeam \
|
2014-01-05 01:09:19 +00:00
|
|
|
PhotoTable \
|
2014-06-15 09:57:14 +00:00
|
|
|
SoundRecorder \
|
2015-12-21 05:42:48 +00:00
|
|
|
PhotoPhase \
|
|
|
|
Screencast
|
2013-09-14 02:33:04 +00:00
|
|
|
|
2014-01-05 01:09:19 +00:00
|
|
|
# Extra tools in CM
|
|
|
|
PRODUCT_PACKAGES += \
|
2015-11-14 21:52:08 +00:00
|
|
|
7z \
|
2016-01-06 21:13:05 +00:00
|
|
|
lib7z \
|
2015-11-14 22:51:33 +00:00
|
|
|
bash \
|
2015-11-14 20:04:48 +00:00
|
|
|
bzip2 \
|
|
|
|
curl \
|
2015-11-14 22:51:33 +00:00
|
|
|
powertop \
|
2015-08-30 15:01:29 +00:00
|
|
|
unrar \
|
2015-11-14 21:52:08 +00:00
|
|
|
unzip \
|
2015-11-14 20:04:48 +00:00
|
|
|
vim \
|
2015-11-14 22:56:10 +00:00
|
|
|
wget \
|
2015-11-14 20:04:48 +00:00
|
|
|
zip
|