Skip to content

Commit

Permalink
pw_rpc: Add echo_py_pb2 Bazel target
Browse files Browse the repository at this point in the history
Bug: b/240474950
Change-Id: I19ab0f523664e0d3f4a2382bc42784383f188a89
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/106653
Pigweed-Auto-Submit: Ted Pudlik <[email protected]>
Reviewed-by: Rob Mohr <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
  • Loading branch information
tpudlik authored and CQ Bot Account committed Aug 15, 2022
1 parent d4ab5e2 commit 1493ec5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pw_rpc/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -433,6 +433,11 @@ proto_library(
],
)

py_proto_library(
name = "echo_py_pb2",
srcs = ["echo.proto"],
)

pw_proto_library(
name = "echo_cc",
deps = [":echo_proto"],
Expand Down

0 comments on commit 1493ec5

Please sign in to comment.