31125bccef
Change-Id: I9af13beb525d118b48b5ca163760e14bd51c3a8a
40 lines
638 B
Makefile
40 lines
638 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
|
|
|
|
# Themes
|
|
PRODUCT_PACKAGES += \
|
|
HexoLibre
|