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

Commit 185109bd authored by Kevin Dagostino's avatar Kevin Dagostino
Browse files

Add banner announcing adevice when running builds.

Test: ANDROID_QUIET_BUILD=true mm
Test: mm
Change-Id: Ib1329d2f52f11d0ad437d0fb02000e4e7f104d55
parent c5b4b824
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()