platform_build_soong/ui/terminal
Sasha Smundak 2cec8df3a8 Revert "Suppress all progress messages from Ninja if ANDROID_QUIET_BUILD is set."
Reverts commit 827aead340
The change being reverted is the result of misunderstanding of how the
status system works. It has to be reverted because it would suppress
_all_ error messages from Make. Achieving what this change purports is
is more involved and requires changing the code to separate progress message
stream from application output stream.

Test: run failing build with ANDROID_QUIET_BUILD=tree and observe errors being output
Change-Id: If9148a7fa773ae32fb0870a448e9470560e53900
2022-07-19 08:02:42 -07:00
..
Android.bp
format.go
simple_status.go Revert "Suppress all progress messages from Ninja if ANDROID_QUIET_BUILD is set." 2022-07-19 08:02:42 -07:00
smart_status.go
status.go Revert "Suppress all progress messages from Ninja if ANDROID_QUIET_BUILD is set." 2022-07-19 08:02:42 -07:00
status_test.go Strip ANSI codes for messages on simple terminals 2022-06-09 03:40:14 +00:00
stdio.go
util.go
util_darwin.go
util_linux.go
util_test.go