Loading src/build.sh +6 −2 Original line number Diff line number Diff line Loading @@ -380,8 +380,12 @@ if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then build_success=true fi fi elif [ "${RELEASE_TYPE}" = "test" ]; then if brunch "${DEVICE}" "${BUILD_TYPE}"; then elif [ "$android_version_major" -lt "12" ]; then if [ "${BUILD_SUPER_IMAGE}" = true ]; then if breakfast_device && mka bacon superimage; then build_success=true fi elif brunch "${DEVICE}" "${BUILD_TYPE}"; then build_success=true fi elif breakfast_device; then Loading Loading
src/build.sh +6 −2 Original line number Diff line number Diff line Loading @@ -380,8 +380,12 @@ if [ -n "${BRANCH_NAME}" ] && [ -n "${DEVICE}" ]; then build_success=true fi fi elif [ "${RELEASE_TYPE}" = "test" ]; then if brunch "${DEVICE}" "${BUILD_TYPE}"; then elif [ "$android_version_major" -lt "12" ]; then if [ "${BUILD_SUPER_IMAGE}" = true ]; then if breakfast_device && mka bacon superimage; then build_success=true fi elif brunch "${DEVICE}" "${BUILD_TYPE}"; then build_success=true fi elif breakfast_device; then Loading