Browse Source

Fixup the install-time removal of Provision apk

Alessandro Astone 3 năm trước cách đây
mục cha
commit
de08478020
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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