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

Commit 28819b13 authored by Kevin Dagostino's avatar Kevin Dagostino Committed by Automerger Merge Worker
Browse files

Merge "Add banner announcing adevice when running builds." into main am: 8ac6cd19 am: 65e0c618

parents 8f0023ba 65e0c618
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()