1
0
mirror of https://github.com/lineageos4microg/docker-lineage-cicd synced 2024-11-09 10:09:56 +01:00

Use restructured build for 19.1

Complete fix for ##682
This commit is contained in:
Pete Fotheringham 2024-09-21 15:41:27 +01:00
parent a295c7f2e0
commit 8addf1b015
2 changed files with 5 additions and 1 deletions

@ -66,7 +66,7 @@ visibility = ["//visibility:public"],
_EOB
case "$BRANCH_NAME" in
"lineage-20.0" | "lineage-21.0" )
"lineage-19.1" | "lineage-20.0" | "lineage-21.0" )
build_file="new_build.sh"
;;
* )

@ -156,6 +156,10 @@ cd "$SRC_DIR/$branch_dir"
if [ -n "$branch" ] && [ -n "$devices" ]; then
case "$branch" in
lineage-19.1*)
themuppets_branch="lineage-19.1"
android_version="12"
;;
lineage-20.0*)
themuppets_branch="lineage-20.0"
android_version="13"