script to simplify build failures

Bug: 132727976

Test: echo "syntax error" >> build.gradle && echo "//comment" >> build.gradle && ./development/simplify-build-failure/simplify-build-failure.sh "help" "Could not get unknown property 'error' for root project" && tail /tmp/diff-filterer/bestResults/build.gradle # and see that the error in build.gradle remains
Test: echo "syntax error" >> build.gradle && echo "//comment" >> build.gradle && ./development/simplify-build-failure/simplify-build-failure.sh "help" "Could not get unknown property 'error' for root project" && find /tmp/diff-filterer/bestResults -type f # and see that only a few files (currently 72 (mostly in buildSrc) at the time of writing) remain

Change-Id: I4a10356e065c6e083cd3d2772d1a32f0cf001937
diff --git a/development/diagnose-build-failure/diagnose-build-failure.sh b/development/diagnose-build-failure/diagnose-build-failure.sh
index 421979d..5012dce 100755
--- a/development/diagnose-build-failure/diagnose-build-failure.sh
+++ b/development/diagnose-build-failure/diagnose-build-failure.sh
@@ -149,6 +149,7 @@
   echo "The clean build also failed."
   echo "This may mean that the build is failing for everyone"
   echo "This may mean that something about your checkout is different from others'"
+  echo "You may be interested in running development/simplify-build-failure/simplify-build-failure.sh to identify the minimal set of source files required to reproduce this error"
   echo "Checking the status of your checkout:"
   checkStatus
   exit 1