Skip to content

Commit aec8c85

Browse files
[7.2.0] Expose build event stream and starlark debugging protos (#21967)
This makes the build event stream and starlark debugging proto libraries public. This is for consumption by the vscode-bazel plugin, which already uses these but in a very hacky way. Fixes #16335 Fixes #3684 Closes #21196. PiperOrigin-RevId: 623740758 Change-Id: Ic47d6dd05fcf2af8beec4d9212d4c7fd65bcda44 Commit adfe016 Co-authored-by: Cameron Martin <[email protected]>
1 parent 80a3dbe commit aec8c85

File tree

2 files changed

+2
-0
lines changed
  • src/main/java/com/google/devtools/build/lib
    • buildeventstream/proto
    • starlarkdebug/proto

2 files changed

+2
-0
lines changed

src/main/java/com/google/devtools/build/lib/buildeventstream/proto/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ java_proto_library(
2525
proto_library(
2626
name = "build_event_stream_proto",
2727
srcs = ["build_event_stream.proto"],
28+
visibility = ["//visibility:public"],
2829
deps = [
2930
"//src/main/java/com/google/devtools/build/lib/packages/metrics:package_load_metrics_proto",
3031
"//src/main/protobuf:action_cache_proto",

src/main/java/com/google/devtools/build/lib/starlarkdebug/proto/BUILD

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,5 @@ java_proto_library(
2626
proto_library(
2727
name = "starlark_debugging_proto",
2828
srcs = ["starlark_debugging.proto"],
29+
visibility = ["//visibility:public"],
2930
)

0 commit comments

Comments
 (0)