From a3a2ca917add18057ac80c57bd889b06f651ebb8 Mon Sep 17 00:00:00 2001 From: Chirayu Desai Date: Fri, 8 Mar 2024 02:10:56 +0530 Subject: [PATCH] No more spam Change-Id: If570268c50eabcbfa357918b1266855f83119233 --- envsetup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/envsetup.sh b/envsetup.sh index 0bec82512e..e14f1aa77c 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -527,7 +527,7 @@ function _lunch_meat() set_stuff_for_environment [[ -n "${ANDROID_QUIET_BUILD:-}" ]] || printconfig - if [[ -z "${ANDROID_QUIET_BUILD}" ]]; then + if [[ -z "${ANDROID_QUIET_BUILD}" && -z "${TEQUILA_BUILD}" ]]; then local spam_for_lunch=$(gettop)/build/make/tools/envsetup/spam_for_lunch if [[ -x $spam_for_lunch ]]; then $spam_for_lunch