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