Skip to content

Commit

Permalink
Add visibility of plugin.proto to python directory
Browse files Browse the repository at this point in the history
  • Loading branch information
deannagarcia committed Feb 17, 2023
1 parent 56c1498 commit 620d21a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/google/protobuf/compiler/BUILD.bazel
Expand Up @@ -207,7 +207,10 @@ filegroup(

exports_files(
srcs = ["plugin.proto"],
visibility = ["//:__pkg__"],
visibility = [
"//:__pkg__",
"//python:__pkg__",
],
)

cc_library(
Expand Down

0 comments on commit 620d21a

Please sign in to comment.