Skip to content

Commit

Permalink
Handle the 'lineage-21.0' BRANCH_NAME value
Browse files Browse the repository at this point in the history
  • Loading branch information
petefoth committed Feb 14, 2024
1 parent 70318ca commit 47545fb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 47545fb

Please sign in to comment.