Avoid manually overriding Provision with setup-makefiles.sh

* extract_utils now supports specifying this in proprietary-files.txt
这个提交包含在:
Paul Keith
2021-10-28 09:39:28 -05:00
父节点 720abb0200
当前提交 66f25ff99f
修改 5 个文件,包含 4 行新增7 行删除

查看文件

@@ -74,9 +74,6 @@ 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/\(SetupWizard.apk",\)/\1\n\toverrides: ["Provision"],/' "$ANDROIDBP"
# We are done with target
write_footers