From de01a6f9a1598714f3219a2e09fb9061644b39e9 Mon Sep 17 00:00:00 2001 From: Andy CrossGate Yan Date: Sun, 17 Jul 2022 04:04:11 +0000 Subject: [PATCH] GAPPS variants Farewell, 18.x! --- README.md | 2 +- buildbot_unified.sh | 4 ++++ local_manifests_treble/manifest.xml | 2 ++ 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d654d91..b7dd681 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Clone both this and the patches repos: Finally, start the build script - for example, to build for all supported archs: - bash lineage_build_unified/buildbot_unified.sh treble 32B A64B 64B + bash lineage_build_unified/buildbot_unified.sh treble 32B 32BO A64B A64BG A64BO 64B 64BG Be sure to update the cloned repos from time to time! diff --git a/buildbot_unified.sh b/buildbot_unified.sh index 8e4a569..c8ca0c1 100755 --- a/buildbot_unified.sh +++ b/buildbot_unified.sh @@ -90,8 +90,12 @@ build_device() { build_treble() { case "${1}" in ("32B") TARGET=arm_bvS;; + ("32BO") TARGET=arm_boS;; ("A64B") TARGET=a64_bvS;; + ("A64BG") TARGET=a64_bgS;; + ("A64BO") TARGET=a64_boS;; ("64B") TARGET=arm64_bvS;; + ("64BG") TARGET=arm64_bgS;; (*) echo "Invalid target - exiting"; exit 1;; esac lunch lineage_${TARGET}-userdebug diff --git a/local_manifests_treble/manifest.xml b/local_manifests_treble/manifest.xml index 9135687..f142edb 100644 --- a/local_manifests_treble/manifest.xml +++ b/local_manifests_treble/manifest.xml @@ -5,4 +5,6 @@ + +