No more spam
Change-Id: If570268c50eabcbfa357918b1266855f83119233
This commit is contained in:
parent
fb9cae1e23
commit
a3a2ca917a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue