Initial Q Gapps

From taimen-qp1a.190711.020.
This commit is contained in:
Christopher N. Hesse
2019-09-19 19:53:35 +02:00
parent af091260a2
commit 4110677af8
23 changed files with 683 additions and 561 deletions

View File

@@ -55,7 +55,7 @@ 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"
sed -i 's/\(SetupWizardPrebuilt.apk\)/\1\nLOCAL_OVERRIDES_PACKAGES := Provision/' "$ANDROIDMK"
# We are done with common
write_footers