Merge "Add banner announcing adevice when running builds." into main
This commit is contained in:
@@ -1880,6 +1880,10 @@ function _trigger_build()
|
|||||||
>&2 echo "Couldn't locate the top of the tree. Try setting TOP."
|
>&2 echo "Couldn't locate the top of the tree. Try setting TOP."
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ -z "${ANDROID_QUIET_BUILD:-}" && -n "${ANDROID_BUILD_BANNER}" ]]; then
|
||||||
|
echo "$ANDROID_BUILD_BANNER"
|
||||||
|
fi
|
||||||
)
|
)
|
||||||
|
|
||||||
function m()
|
function m()
|
||||||
|
Reference in New Issue
Block a user