Skip to content

Commit

Permalink
pw_rpc: Make packet proto library public in Bazel
Browse files Browse the repository at this point in the history
So it is possible to generate code of packet.proto for non-supported
languages in downstream projects (For example to write a Dart/Flutter
RPC client).

Change-Id: If54c42a014a1ac51b9fe006a7df7e1c9a5013477
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/249692
Reviewed-by: Alexei Frolov <[email protected]>
Docs-Not-Needed: Armando Montanez <[email protected]>
Presubmit-Verified: CQ Bot Account <[email protected]>
Lint: Lint 🤖 <[email protected]>
Docs-Not-Needed: Ronan Chauvin <[email protected]>
Pigweed-Auto-Submit: Armando Montanez <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
Reviewed-by: Armando Montanez <[email protected]>
  • Loading branch information
Ronan Chauvin authored and CQ Bot Account committed Dec 2, 2024
1 parent 061d674 commit eb762ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pw_rpc/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,6 @@ pw_cc_test(
proto_library(
name = "internal_packet_proto",
srcs = ["internal/packet.proto"],
visibility = [":__subpackages__"],
)

java_proto_library(
Expand Down

0 comments on commit eb762ca

Please sign in to comment.