Skip to content

Commit

Permalink
Add load() for proto_library to @proto_cross_repo_boundary (bazelbuil…
Browse files Browse the repository at this point in the history
…d#996)

Missed that one in bazelbuild#989.
  • Loading branch information
Yannic authored and Andre Rocha committed Jul 6, 2020
1 parent 25b6a4a commit 983392b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion test/proto_cross_repo_boundary/repo/BUILD.repo
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
load("@rules_proto//proto:defs.bzl", "proto_library")

proto_library(
name = "sample_proto",
srcs = ["sample.proto"],
visibility = ["//visibility:public"],
)
)

0 comments on commit 983392b

Please sign in to comment.