tree: 05b8e176f0d35ccdef55641a42405eab5ffcb5a9 [path history] [tgz]
  1. build_log_simplifier/
  2. README.md
buildSrc/src/main/resources/README.md

build_log_simplifier process build messages, identifies the interesting ones, and validates that passing builds don't output any interesting messages

build_log_simplifier uses config files to do this analysis

If a config file changes, we want to rerun all tasks to re-validate the output messages

If we add these file as inputs to all tasks then it causes clean tasks to fail, saying something like cleanMinifyReleaseWithR8 has both inputs and destroyables ( b/258212798 )

So, we include build_log_simplifier's config files into buildSrc.jar here