version_policy.c: be less verbose at build time
Avoid generating build time noise so that real errors stand out. https://en.wikipedia.org/wiki/Unix_philosophy Rule of Silence Developers should design programs so that they do not print unnecessary output. This rule aims to allow other programs and developers to pick out the information they need from a program's output without having to parse verbosity. Test: Info messages no longer show up at build time. Bug: 115998215 Change-Id: I33c18e2c7d77ed1bb4132debe13de2ae0907c34c
Please register or sign in to comment