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