1
0
Fork 0
mirror of https://github.com/lineageos4microg/docker-lineage-cicd synced 2024-05-06 11:16:07 +02:00

Handle the 'lineage-21.0' BRANCH_NAME value

This commit is contained in:
Pete 2024-02-14 21:51:47 +00:00 committed by Pete Fotheringham
parent 70318caf1b
commit 47545fb5fb

View File

@ -158,6 +158,12 @@ for branch in ${BRANCH_NAME//,/ }; do
frameworks_base_patch="android_frameworks_base-Android13.patch"
modules_permission_patch="packages_modules_Permission-Android13.patch"
;;
lineage-21.0*)
themuppets_branch="lineage-20.0"
android_version="14"
frameworks_base_patch="android_frameworks_base-Android14.patch"
modules_permission_patch="packages_modules_Permission-Android14.patch"
;;
*)
echo ">> [$(date)] Building branch $branch is not (yet) suppported"
exit 1