No more spam
Change-Id: If570268c50eabcbfa357918b1266855f83119233
This commit is contained in:
parent
3a8fb880fe
commit
635935f410
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 "${LINEAGE_BUILD}" ]]; then
|
||||
local spam_for_lunch=$(gettop)/build/make/tools/envsetup/spam_for_lunch
|
||||
if [[ -x $spam_for_lunch ]]; then
|
||||
$spam_for_lunch
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue