Fixup the install-time removal of Provision apk

This commit is contained in:
Alessandro Astone 2021-12-08 18:00:01 +01:00
parent 65ac6290d1
commit de08478020

View File

@ -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