Remove provision for sideload

* And make overriding of provision script generated
This commit is contained in:
Paul Keith
2018-02-21 13:41:31 +01:00
parent c78f23fd66
commit 78275a22ac
3 changed files with 6 additions and 1 deletions

View File

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