Adding a tool to parse the execution logs.
For now, the tool simply displays the log as text.
TESTED=ran it
RELNOTES: A tool to parse the Bazel execution log.
PiperOrigin-RevId: 200718299
diff --git a/src/BUILD b/src/BUILD
index d243184..131eda9 100644
--- a/src/BUILD
+++ b/src/BUILD
@@ -334,6 +334,7 @@
"//src/test/py/bazel:srcs",
"//src/test/shell:srcs",
"//src/tools/android/java/com/google/devtools/build/android:srcs",
+ "//src/tools/execlog:srcs",
"//src/tools/launcher:srcs",
"//src/tools/runfiles:srcs",
"//src/tools/package_printer/java/com/google/devtools/build/packageprinter:srcs",