Merge pull request #11991 from protocolbuffers/deannagarcia-patch-1

Strip "src" from file name of plugin.proto
pull/12008/head
deannagarcia 2 years ago committed by GitHub
commit ba5f374a6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      src/google/protobuf/compiler/BUILD.bazel

@ -20,6 +20,7 @@ proto_library(
"//:__pkg__",
"//pkg:__pkg__",
],
strip_import_prefix = "/src",
deps = ["//:descriptor_proto"],
)

Loading…
Cancel
Save