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

Commit 65e0c618 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

parents 89c0a7fe 8ac6cd19
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()