aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/main/java/com/google/devtools/build/lib/buildeventstream/proto/BUILD2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/BUILD b/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/BUILD
index a4bd2ed85a..0a91766e2e 100644
--- a/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/BUILD
+++ b/src/main/java/com/google/devtools/build/lib/buildeventstream/proto/BUILD
@@ -15,6 +15,8 @@ java_library_srcs(
java_proto_library(
name = "build_event_stream_java_proto",
+ # The Bazel IntelliJ plugin uses this.
+ visibility = ["//visibility:public"],
deps = ["build_event_stream_proto"],
)