瀏覽代碼

Fix check to remove Provision when flashing zip

* Google's SuW was renamed, but this check wasn't fixed
Paul Keith 3 年之前
父節點
當前提交
720abb0200
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build/meta/com/google/android/update-binary

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