Skip to content

Commit

Permalink
pw_log_rpc: Get it to build with bazel
Browse files Browse the repository at this point in the history
Bug: b/235882003
Change-Id: Iff1e0932b593d8aca5ddcbe1ba2d623dd84d29d5
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/105160
Reviewed-by: Keir Mierle <[email protected]>
Commit-Queue: Ted Pudlik <[email protected]>
  • Loading branch information
tpudlik authored and CQ Bot Account committed Aug 5, 2022
1 parent a643723 commit 77497ce
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
8 changes: 5 additions & 3 deletions pw_log_rpc/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ pw_cc_library(
deps = [
":log_filter",
"//pw_assert",
"//pw_chrono:system_clock",
"//pw_function",
"//pw_log:log_proto_cc.pwpb",
"//pw_log:log_proto_cc.raw_rpc",
Expand Down Expand Up @@ -127,8 +128,8 @@ pw_cc_library(
"//pw_bytes",
"//pw_containers:vector",
"//pw_log",
"//pw_log:log_pwpb",
"//pw_log_tokenized:metadata",
"//pw_log:log_proto_cc.pwpb",
"//pw_log_tokenized:headers",
"//pw_protobuf",
"//pw_protobuf:bytes_utils",
"//pw_unit_test",
Expand Down Expand Up @@ -193,7 +194,8 @@ pw_cc_test(
":rpc_log_drain",
":test_utils",
"//pw_bytes",
"//pw_log:log_pwpb",
"//pw_log:log_proto_cc.pwpb",
"//pw_log:proto_utils",
"//pw_multisink",
"//pw_protobuf",
"//pw_rpc",
Expand Down
1 change: 0 additions & 1 deletion pw_presubmit/py/pw_presubmit/pigweed_presubmit.py
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,6 @@ def cmake_gcc(ctx: PresubmitContext):
'pw_kvs',
'pw_log_android',
'pw_log_null',
'pw_log_rpc',
'pw_log_string',
'pw_log_tokenized',
'pw_log_zephyr',
Expand Down

0 comments on commit 77497ce

Please sign in to comment.