Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 94a88969 authored by Jackeagle's avatar Jackeagle
Browse files

build.sh: Remove Android version check

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