Remove provision for sideload

* And make overriding of provision script generated
此提交包含在:
Paul Keith
2018-02-21 13:41:31 +01:00
父節點 c78f23fd66
當前提交 78275a22ac
共有 3 個檔案被更改,包括 6 行新增1 行删除

查看文件

@@ -54,6 +54,9 @@ echo "endif" >> "$ANDROIDMK"
sed -i 's/TARGET_DEVICE/TARGET_ARCH/g' "$ANDROIDMK"
# Make Google SuW override Provision
sed -i 's/\(SetupWizard.apk\)/\1\nLOCAL_OVERRIDES_PACKAGES := Provision/' "$ANDROIDMK"
# We are done with common
write_footers