From 637e0341499797d733dfd3f0e495bb988203b814 Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Sun, 11 Feb 2018 14:01:19 +0100 Subject: [PATCH] gapps: Always remove Google SuW * I can't find a version that doesn't crash --- build/meta/com/google/android/update-binary | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build/meta/com/google/android/update-binary b/build/meta/com/google/android/update-binary index dfa9521..6bc131b 100644 --- a/build/meta/com/google/android/update-binary +++ b/build/meta/com/google/android/update-binary @@ -71,10 +71,10 @@ cd /tmp unzip -o "$ZIP" exec_util "rm -rf META-INF" cd system -if [ "$MEM" -lt "$LOWMEM" ]; then - ui_print "Low RAM device detected, removing Google SuW" +#if [ "$MEM" -lt "$LOWMEM" ]; then +# ui_print "Low RAM device detected, removing Google SuW" exec_util "rm -rf priv-app/SetupWizard" -fi +#fi ui_print "Generating addon.d file" cat addon.d/addond_head > addon.d/30-gapps.sh for f in `exec_util "find . -type f"`; do