소스 검색

Revert "gapps: Always remove Google SuW"

This reverts commit 637e0341499797d733dfd3f0e495bb988203b814.
Abhisek Devkota 7 년 전
부모
커밋
962ce30b7c
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      build/meta/com/google/android/update-binary

+ 3 - 3
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