Remove some optional packages from "mini" builds
Change-Id: I31f502a10d64343c8800d51df28b6de49e44bccc
This commit is contained in:
parent
9d1a861319
commit
b95faf6097
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -17,3 +17,7 @@ PRODUCT_PACKAGES += \
|
||||
Stk \
|
||||
CellBroadcastReceiver \
|
||||
WhisperPush
|
||||
|
||||
# Mms depends on SoundRecorder for recorded audio messages
|
||||
PRODUCT_PACKAGES += \
|
||||
SoundRecorder
|
||||
|
Loading…
Reference in New Issue
Block a user