d91ddb53a8
* Lots of stuff in the wild actually uses wget, and Toybox doesn't provide it. We already have Curl which does the same thing just with some different arguments. This wrapper script can handle it. Change-Id: Ic02da709fcd29808b96fabcd1ac4ddd9465f635f
32 lines
541 B
Makefile
32 lines
541 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
|
|
|
|
# Extra tools in CM
|
|
PRODUCT_PACKAGES += \
|
|
7z \
|
|
bash \
|
|
bzip2 \
|
|
curl \
|
|
powertop \
|
|
unrar \
|
|
unzip \
|
|
vim \
|
|
wget \
|
|
zip
|