Loading build-community.sh +7 −7 Original line number Diff line number Diff line Loading @@ -84,32 +84,32 @@ for branch in ${BRANCH_NAME//,/ }; do if [ -n "$branch" ] && [ -n "$devices" ]; then vendor=lineage case "$branch" in *nougat*) v*-nougat*) vendor="cm" themuppets_branch="cm-14.1" android_version="7.1.2" ;; *oreo*) v*-oreo*) themuppets_branch="lineage-15.1" android_version="8.1" ;; *pie*) v*-pie*) themuppets_branch="lineage-16.0" android_version="9" ;; *q*) v*-q*) themuppets_branch="lineage-17.1" android_version="10" ;; *r*) v*-r*) themuppets_branch="lineage-18.1" android_version="11" ;; *s*) v*-s*) themuppets_branch="lineage-19.1" android_version="12" ;; *t*) v*-t*) themuppets_branch="lineage-20.0" android_version="13" ;; Loading src/build.sh +7 −7 Original line number Diff line number Diff line Loading @@ -40,34 +40,34 @@ branch_dir=${branch_dir^^} if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then vendor=lineage case "$BRANCH_NAME" in *nougat*) v*-nougat*) vendor="cm" themuppets_branch="cm-14.1" android_version="7.1.2" use_openjdk_from_ubuntu=true ;; *oreo*) v*-oreo*) themuppets_branch="lineage-15.1" android_version="8.1" use_openjdk_from_ubuntu=true ;; *pie*) v*-pie*) themuppets_branch="lineage-16.0" android_version="9" ;; *q*) v*-q*) themuppets_branch="lineage-17.1" android_version="10" ;; *r*) v*-r*) themuppets_branch="lineage-18.1" android_version="11" ;; *s*) v*-s*) themuppets_branch="lineage-19.1" android_version="12" ;; *t*) v*-t*) themuppets_branch="lineage-20.0" android_version="13" ;; Loading Loading
build-community.sh +7 −7 Original line number Diff line number Diff line Loading @@ -84,32 +84,32 @@ for branch in ${BRANCH_NAME//,/ }; do if [ -n "$branch" ] && [ -n "$devices" ]; then vendor=lineage case "$branch" in *nougat*) v*-nougat*) vendor="cm" themuppets_branch="cm-14.1" android_version="7.1.2" ;; *oreo*) v*-oreo*) themuppets_branch="lineage-15.1" android_version="8.1" ;; *pie*) v*-pie*) themuppets_branch="lineage-16.0" android_version="9" ;; *q*) v*-q*) themuppets_branch="lineage-17.1" android_version="10" ;; *r*) v*-r*) themuppets_branch="lineage-18.1" android_version="11" ;; *s*) v*-s*) themuppets_branch="lineage-19.1" android_version="12" ;; *t*) v*-t*) themuppets_branch="lineage-20.0" android_version="13" ;; Loading
src/build.sh +7 −7 Original line number Diff line number Diff line Loading @@ -40,34 +40,34 @@ branch_dir=${branch_dir^^} if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then vendor=lineage case "$BRANCH_NAME" in *nougat*) v*-nougat*) vendor="cm" themuppets_branch="cm-14.1" android_version="7.1.2" use_openjdk_from_ubuntu=true ;; *oreo*) v*-oreo*) themuppets_branch="lineage-15.1" android_version="8.1" use_openjdk_from_ubuntu=true ;; *pie*) v*-pie*) themuppets_branch="lineage-16.0" android_version="9" ;; *q*) v*-q*) themuppets_branch="lineage-17.1" android_version="10" ;; *r*) v*-r*) themuppets_branch="lineage-18.1" android_version="11" ;; *s*) v*-s*) themuppets_branch="lineage-19.1" android_version="12" ;; *t*) v*-t*) themuppets_branch="lineage-20.0" android_version="13" ;; Loading