Add visibility of plugin.proto to python directory

deannagarcia-patch-2
deannagarcia 2 years ago committed by GitHub
parent 56c149863c
commit 620d21a8ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      src/google/protobuf/compiler/BUILD.bazel

@ -207,7 +207,10 @@ filegroup(
exports_files(
srcs = ["plugin.proto"],
visibility = ["//:__pkg__"],
visibility = [
"//:__pkg__",
"//python:__pkg__",
],
)
cc_library(

Loading…
Cancel
Save