Skip to content

Commit

Permalink
pw_rpc: pwpb bazel fixes
Browse files Browse the repository at this point in the history
This will get the pwpb_rpc code to work internally.

Change-Id: Ic7d7b6eb016fe5cfe8cc26e660d0a40e0f436183
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/93502
Commit-Queue: Ted Pudlik <tpudlik@google.com>
Reviewed-by: Rob Mohr <mohrr@google.com>
  • Loading branch information
tpudlik authored and CQ Bot Account committed May 3, 2022
1 parent be0fe60 commit 253e2a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pw_protobuf_compiler/pw_proto_library.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -290,8 +290,8 @@ PIGWEED_PLUGIN = {
"deps": [
"//pw_protobuf:pw_protobuf",
"//pw_rpc",
"//pw_rpc/raw:client_api",
"//pw_rpc/raw:server_api",
"//pw_rpc/pwpb:client_api",
"//pw_rpc/pwpb:server_api",
],
"include_nanopb_dep": False,
"include_pwpb_dep": True,
Expand Down
2 changes: 2 additions & 0 deletions pw_rpc/pwpb/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ pw_cc_library(
],
includes = ["public"],
deps = [
":common",
":server_api",
"//pw_containers",
"//pw_rpc:internal_test_utils",
],
Expand Down

0 comments on commit 253e2a1

Please sign in to comment.