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

Commit 75b11456 authored by Ronald Braunstein's avatar Ronald Braunstein Committed by Gerrit Code Review
Browse files

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

parents ad2c02c9 6d10bbdd
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()