gapps: Remove MarkupGoogle in update-binary for low resource devices

This commit is contained in:
Paul Keith 2019-02-16 21:45:01 +01:00
parent 5cf2cda8b8
commit 48f453389f

View File

@ -93,6 +93,7 @@ NEEDED_STORAGE=`expr $(exec_util "du -s ." | awk '{ print $1 }') + $STORAGE_BUFF
if [ "$MEM" -lt "$LOWMEM" ] || [ "$STORAGE" -lt "$NEEDED_STORAGE" ]; then
ui_print "Low resource device detected, removing large extras"
exec_util "rm -rf app/MarkupGoogle"
exec_util "rm -rf priv-app/AndroidMigratePrebuilt"
exec_util "rm -rf priv-app/SetupWizard"
exec_util "rm -rf priv-app/Velvet"