Fix check to remove Provision when flashing zip
* Google's SuW was renamed, but this check wasn't fixed
This commit is contained in:
@@ -269,7 +269,7 @@ if [ -n "$SYSTEM_EXT_BLOCK" ]; then
|
|||||||
cp --preserve=a -r ./system_ext/* /system_ext
|
cp --preserve=a -r ./system_ext/* /system_ext
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -e product/priv-app/SetupWizardPrebuilt ] ; then
|
if [ -e product/priv-app/SetupWizard ] ; then
|
||||||
rm -rf /system/system_ext/priv-app/Provision
|
rm -rf /system/system_ext/priv-app/Provision
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user