From ac306a6dd416dccb8ce8c0619baeb804cd540d73 Mon Sep 17 00:00:00 2001 From: TheScarastic Date: Tue, 21 Jun 2022 05:22:40 +0000 Subject: [PATCH] docker-lineage-cicd: Add support for android 12 --- build-community.sh | 4 ++++ src/build.sh | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/build-community.sh b/build-community.sh index 60685ff..ad88f98 100755 --- a/build-community.sh +++ b/build-community.sh @@ -105,6 +105,10 @@ for branch in ${BRANCH_NAME//,/ }; do themuppets_branch="lineage-18.1" android_version="11" ;; + *s*) + themuppets_branch="lineage-19.1" + android_version="12" + ;; *) echo ">> [$(date)] Building branch $branch is not (yet) suppported" exit 1 diff --git a/src/build.sh b/src/build.sh index 4921818..18f5de5 100755 --- a/src/build.sh +++ b/src/build.sh @@ -63,6 +63,10 @@ if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then themuppets_branch="lineage-18.1" android_version="11" ;; + *s*) + themuppets_branch="lineage-19.1" + android_version="12" + ;; *) echo ">> [$(date)] Building branch $branch is not (yet) suppported" exit 1 -- GitLab