Remove some optional packages from "mini" builds

Change-Id: I31f502a10d64343c8800d51df28b6de49e44bccc
This commit is contained in:
Steven Luo 2014-01-04 17:09:19 -08:00 committed by Abhisek Devkota
parent 9d1a861319
commit b95faf6097
3 changed files with 11 additions and 4 deletions

View File

@ -126,8 +126,6 @@ PRODUCT_PACKAGES += \
# Optional CM packages
PRODUCT_PACKAGES += \
VoicePlus \
VoiceDialer \
SoundRecorder \
Basic \
libemoji
@ -159,7 +157,6 @@ PRODUCT_PACKAGES += \
mke2fs \
tune2fs \
bash \
vim \
nano \
htop \
powertop \

View File

@ -17,7 +17,9 @@ PRODUCT_PACKAGES += \
NoiseField \
PhaseBeam \
VisualizationWallpapers \
PhotoTable
PhotoTable \
VoiceDialer \
SoundRecorder
PRODUCT_PACKAGES += \
VideoEditor \
@ -26,3 +28,7 @@ PRODUCT_PACKAGES += \
libvideoeditor_osal \
libvideoeditor_videofilters \
libvideoeditorplayer
# Extra tools in CM
PRODUCT_PACKAGES += \
vim

View File

@ -17,3 +17,7 @@ PRODUCT_PACKAGES += \
Stk \
CellBroadcastReceiver \
WhisperPush
# Mms depends on SoundRecorder for recorded audio messages
PRODUCT_PACKAGES += \
SoundRecorder