Make SetupWizard override Provision again

This commit is contained in:
Paul Keith
2021-10-08 12:43:33 -05:00
parent de412da335
commit d0ec58570c
4 changed files with 4 additions and 1 deletions

View File

@@ -75,7 +75,7 @@ printf '\n%s\n' "\$(call inherit-product, vendor/gapps/common/common-vendor.mk)"
sed -i 's/TARGET_DEVICE/TARGET_ARCH/g' "$ANDROIDMK"
# Make Google SuW override Provision
sed -i 's/\(SetupWizardPrebuilt.apk",\)/\1\n\toverrides: ["Provision"],/' "$ANDROIDBP"
sed -i 's/\(SetupWizard.apk",\)/\1\n\toverrides: ["Provision"],/' "$ANDROIDBP"
# We are done with target
write_footers