diff --git a/envsetup.sh b/envsetup.sh index 2f3f7d96ab..e448bd3cc8 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -1878,10 +1878,6 @@ 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()