From 1493ec54764574d6f5b394c27cc752ad701944b4 Mon Sep 17 00:00:00 2001 From: Ted Pudlik Date: Mon, 15 Aug 2022 22:33:04 +0000 Subject: [PATCH] pw_rpc: Add echo_py_pb2 Bazel target Bug: b/240474950 Change-Id: I19ab0f523664e0d3f4a2382bc42784383f188a89 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/106653 Pigweed-Auto-Submit: Ted Pudlik Reviewed-by: Rob Mohr Commit-Queue: Auto-Submit --- pw_rpc/BUILD.bazel | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pw_rpc/BUILD.bazel b/pw_rpc/BUILD.bazel index b51a792632..c332b6d233 100644 --- a/pw_rpc/BUILD.bazel +++ b/pw_rpc/BUILD.bazel @@ -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"],