Skip to content

Commit 3b3e434

Browse files
alexeagleKeen Yee Liau
authored and
Keen Yee Liau
committed
build: add utility for reading build event protocol
1 parent f98f0d5 commit 3b3e434

File tree

10 files changed

+1231
-0
lines changed

10 files changed

+1231
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
package(default_visibility = ["//:__subpackages__"])
2+
3+
licenses(["notice"]) # Apache 2.0
4+
5+
proto_library(
6+
name = "proto",
7+
srcs = glob(["*.proto"]),
8+
deps = ["//third_party/github.com/bazelbuild/bazel/src/main/protobuf"],
9+
)

0 commit comments

Comments
 (0)