Skip to content

Commit

Permalink
Add load() for proto_library to @proto_cross_repo_boundary (#996)
Browse files Browse the repository at this point in the history
Missed that one in #989.
  • Loading branch information
Yannic authored Feb 11, 2020
1 parent 0cb1d71 commit 9a446c4
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 9a446c4

Please sign in to comment.