Jelajahi Sumber

Fixup the install-time removal of Provision apk

Alessandro Astone 3 tahun lalu
induk
melakukan
de08478020
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      build/meta/com/google/android/update-binary

+ 1 - 1
build/meta/com/google/android/update-binary

@@ -270,7 +270,7 @@ if [ -n "$SYSTEM_EXT_BLOCK" ]; then
 fi
 
 if [ -e product/priv-app/SetupWizard ] ; then
-  rm -rf /system/system_ext/priv-app/Provision
+  rm -rf "${SYSTEM_OUT}/system_ext/priv-app/Provision"
 fi
 
 cleanup