From 720abb020031af4283e8a4682c70b8211ab2c6bf Mon Sep 17 00:00:00 2001 From: Paul Keith Date: Wed, 20 Oct 2021 18:26:47 -0700 Subject: [PATCH] Fix check to remove Provision when flashing zip * Google's SuW was renamed, but this check wasn't fixed --- build/meta/com/google/android/update-binary | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/meta/com/google/android/update-binary b/build/meta/com/google/android/update-binary index d280628..32ed8f1 100644 --- a/build/meta/com/google/android/update-binary +++ b/build/meta/com/google/android/update-binary @@ -269,7 +269,7 @@ if [ -n "$SYSTEM_EXT_BLOCK" ]; then cp --preserve=a -r ./system_ext/* /system_ext fi -if [ -e product/priv-app/SetupWizardPrebuilt ] ; then +if [ -e product/priv-app/SetupWizard ] ; then rm -rf /system/system_ext/priv-app/Provision fi