Kaynağa Gözat

Fixup the install-time removal of Provision apk

Alessandro Astone 3 yıl önce
ebeveyn
işleme
de08478020
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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