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 Add LOCAL_LICENSE_KINDS to build/soong 2021-02-06 04:23:21 +00:00
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 Disable table mode in smart status if window size is not available 2021-09-21 12:36:22 -07:00
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 Remove unnecessary snake case variables. 2020-12-22 12:38:35 -08:00
util_darwin.go
util_linux.go
util_test.go Revert "Make lots of tests run in parallel" 2020-10-09 18:34:24 -07:00