Skip to content

Commit

Permalink
proto_source_root --> strip_import_prefix
Browse files Browse the repository at this point in the history
See bazelbuild/bazel#7153 for details.
  • Loading branch information
aherrmann committed Nov 7, 2019
1 parent b2a2bd7 commit 71950c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger-api/grpc-definitions/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ ledger_api_proto_source_root = "ledger-api/grpc-definitions"
proto_library(
name = "protos",
srcs = glob(["**/*.proto"]),
proto_source_root = ledger_api_proto_source_root,
strip_import_prefix = "/" + ledger_api_proto_source_root,
visibility = [
"//visibility:public",
],
Expand Down

0 comments on commit 71950c7

Please sign in to comment.