Skip to content

Commit

Permalink
Support LSC with explicit inclusion of dependency bazel:java_proto_li…
Browse files Browse the repository at this point in the history
…brary.bzl

Support LSC with explicit inclusion of dependency bazel:java_proto_library.bzl

## Motivation for features / changes
This is intended to help support cl/693803990
  • Loading branch information
singularity101010 authored Nov 7, 2024
1 parent 16501e7 commit 4e806d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tensorboard/compat/proto/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
# TensorBoard, a dashboard for investigating TensorFlow

load("@rules_python//python:py_test.bzl", "py_test")
load("@com_google_protobuf//bazel:java_proto_library.bzl", "java_proto_library")
load("//tensorboard/defs:protos.bzl", "tb_proto_library")

package(default_visibility = ["//tensorboard:internal"])
Expand Down

0 comments on commit 4e806d6

Please sign in to comment.