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

Commit 8ac6cd19 authored by Kevin Dagostino's avatar Kevin Dagostino Committed by Gerrit Code Review
Browse files

Merge "Add banner announcing adevice when running builds." into main

parents 1094ec1e 185109bd
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -1886,6 +1886,11 @@ function _trigger_build()
      >&2 echo "Couldn't locate the top of the tree. Try setting TOP."
      return 1
    fi
    local ret=$?
    if [[ ret -eq 0 &&  -z "${ANDROID_QUIET_BUILD:-}" && -n "${ANDROID_BUILD_BANNER}" ]]; then
      echo "${ANDROID_BUILD_BANNER}"
    fi
    return $ret
)

function m()