platform_build_soong/cmd
Colin Cross 521534f3d8 Add soong_javac_filter tool
The soong_javac_filter tool will take the output of the javac tool
on stdin and produce a colorized version similar to what clang
produces on stdout.  It also strips the useless "warning there are
warnings" messages:
   Note: Some input files use or override a deprecated API.
   Note: Recompile with -Xlint:deprecation for details.
   Note: Some input files use unchecked or unsafe operations.
   Note: Recompile with -Xlint:unchecked for details.
Modules that want the warnings can pass the appropriate -Xlint
options.

Test: javac_filter_test
Change-Id: Ic8d337d95ae6c48146771f2982fd1316cb7d82be
2017-02-09 17:50:21 -08:00
..
javac_filter Add soong_javac_filter tool 2017-02-09 17:50:21 -08:00
microfactory Add microfactory to bootstrap a go program with minimal overhead 2017-02-06 14:05:07 -08:00
multiproduct_kati Ship the build log and trace on the build servers 2017-02-07 16:51:11 -08:00
soong_build Move registration into android package 2016-10-12 14:30:44 -07:00
soong_env Move Android.bp definitions into subdirs 2016-08-25 15:50:21 -07:00
soong_ui Ship the build log and trace on the build servers 2017-02-07 16:51:11 -08:00
soong_zip Move Android.bp definitions into subdirs 2016-08-25 15:50:21 -07:00
zip2zip Move Android.bp definitions into subdirs 2016-08-25 15:50:21 -07:00