aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/BUILD
diff options
context:
space:
mode:
authorGravatar olaola <olaola@google.com>2018-06-15 08:16:44 -0700
committerGravatar Copybara-Service <copybara-piper@google.com>2018-06-15 08:18:10 -0700
commita5e36eeb6d97cb7530317d565062b39de7392c55 (patch)
treeb163c1c741ba3a2a407b6da26e33225648810036 /src/BUILD
parentef5b63ddb4b00a573d3f1c016e508bf3d412b57a (diff)
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
Diffstat (limited to 'src/BUILD')
-rw-r--r--src/BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/BUILD b/src/BUILD
index d2431844fb..131eda984a 100644
--- a/src/BUILD
+++ b/src/BUILD
@@ -334,6 +334,7 @@ filegroup(
"//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",