replicant-vendor_replicant/config/common_full.mk
Jorge Ruesga ee7999cf0b vendor: Add zip and unrar applets
Info-Zip: 3.0 (https://github.com/jruesga/android_external_zip)
Unrar: 4.2.4 (https://github.com/jruesga/android_external_unrar)

Require: http://review.cyanogenmod.org/#/c/76209

Change-Id: I979a2e1a4d7c2830e49bd782a6c2abbf591f8643
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
2014-11-21 01:09:36 +01:00

39 lines
859 B
Makefile

# Inherit common CM stuff
$(call inherit-product, vendor/cm/config/common.mk)
# Bring in all video files
$(call inherit-product, frameworks/base/data/videos/VideoPackage2.mk)
# Include CM audio files
include vendor/cm/config/cm_audio.mk
# Include CM LatinIME dictionaries
PRODUCT_PACKAGE_OVERLAYS += vendor/cm/overlay/dictionaries
# Optional CM packages
PRODUCT_PACKAGES += \
Galaxy4 \
HoloSpiralWallpaper \
LiveWallpapers \
LiveWallpapersPicker \
MagicSmokeWallpapers \
NoiseField \
PhaseBeam \
VisualizationWallpapers \
PhotoTable \
SoundRecorder \
PhotoPhase
PRODUCT_PACKAGES += \
VideoEditor \
libvideoeditor_jni \
libvideoeditor_core \
libvideoeditor_osal \
libvideoeditor_videofilters \
libvideoeditorplayer
# Extra tools in CM
PRODUCT_PACKAGES += \
vim \
zip \
unrar