aboutsummaryrefslogtreecommitdiff
path: root/pw_log_rpc
diff options
context:
space:
mode:
authorCarlos Chinchilla <cachinchilla@google.com>2021-07-20 14:39:23 -0700
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2021-07-26 21:49:00 +0000
commitf50a10c2c0d95fa0221d7670fee32ed26910935c (patch)
tree1614ab8b918ed2ab85e4ebb4bdc24c89f0150c21 /pw_log_rpc
parentb40a6b6f7ac1113d5651dffcfa5b3f86857d00ab (diff)
downloadpigweed-f50a10c2c0d95fa0221d7670fee32ed26910935c.tar.gz
pw_log_multisink: Remove unfinished module
This module was under construction and unfinished. Disable pw_log_rpc sources depending on the deleted module. Change-Id: I631ac3d086434ef0dbc8824c432c897336e203dc Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/53861 Reviewed-by: Prashanth Swaminathan <prashanthsw@google.com> Commit-Queue: Carlos Chinchilla <cachinchilla@google.com> Pigweed-Auto-Submit: Carlos Chinchilla <cachinchilla@google.com>
Diffstat (limited to 'pw_log_rpc')
-rw-r--r--pw_log_rpc/BUILD.gn13
1 files changed, 7 insertions, 6 deletions
diff --git a/pw_log_rpc/BUILD.gn b/pw_log_rpc/BUILD.gn
index ea4050702..b4c931eda 100644
--- a/pw_log_rpc/BUILD.gn
+++ b/pw_log_rpc/BUILD.gn
@@ -30,16 +30,17 @@ pw_source_set("logs") {
public_deps = [
"$dir_pw_log:protos.pwpb",
"$dir_pw_log:protos.raw_rpc",
- "$dir_pw_log_multisink:log_queue",
]
}
pw_test("logs_rpc_test") {
- deps = [
- ":logs",
- "$dir_pw_rpc/raw:test_method_context",
- ]
- sources = [ "logs_rpc_test.cc" ]
+ # TODO(cachinchilla): implement RPC log tests without pw_log_multisink when
+ # ready.
+ # deps = [
+ # ":logs",
+ # "$dir_pw_rpc/raw:test_method_context",
+ # ]
+ # sources = [ "logs_rpc_test.cc" ]
}
pw_doc_group("docs") {