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

Commit 27bf1543 authored by Ronald Braunstein's avatar Ronald Braunstein Committed by Automerger Merge Worker
Browse files

Merge "Add banner announcing adevice when running builds." into main am: 75b11456

parents 86fc7f10 75b11456
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -1880,6 +1880,10 @@ function _trigger_build()
      >&2 echo "Couldn't locate the top of the tree. Try setting TOP."
      return 1
    fi

    if [[ -z "${ANDROID_QUIET_BUILD:-}" && -n "${ANDROID_BUILD_BANNER}" ]]; then
      echo "$ANDROID_BUILD_BANNER"
    fi
)

function m()