Quellcode durchsuchen

Fixup the install-time removal of Provision apk

Alessandro Astone vor 3 Jahren
Ursprung
Commit
de08478020
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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