Quiet down f2c output
It generates thousands of lines of output every time otherwise, which
makes it hard to see other, more useful, things. Also, it's not like
we're ever going to fix any of the warnings anyways.
Change-Id: If655ea7cb644055d9e59192d99173e8f34352c20
diff --git a/tools/build_rules/BUILD b/tools/build_rules/BUILD
index e69de29..f96fb3a 100644
--- a/tools/build_rules/BUILD
+++ b/tools/build_rules/BUILD
@@ -0,0 +1,5 @@
+sh_binary(
+ name = "quiet_success",
+ srcs = ["quiet_success.sh"],
+ visibility = ["//visibility:public"],
+)