commit | a5b131c5213b76fa819e1e4475e901a457fafc2f | [log] [tgz] |
---|---|---|
author | Carlos Chinchilla <[email protected]> | Fri Nov 12 16:31:17 2021 -0800 |
committer | CQ Bot Account <[email protected]> | Mon Nov 15 23:07:33 2021 +0000 |
tree | 3158d39ee7860518ea092c16965a55a5d2fd61b8 | |
parent | 9d99449b38480c662796b8cf5d854f289a1a3bc1 [diff] [blame] |
pw_log: Include only what is used Make the proto utils only include the pw_log_tokenized:metadata source set to allow using these utils without including pw_log_tokenized backend components. Change-Id: Ide78d27aa0313337cc34b58347b02921d89ed700 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/68701 Reviewed-by: Wyatt Hepler <[email protected]> Commit-Queue: Carlos Chinchilla <[email protected]>
diff --git a/pw_log/BUILD.gn b/pw_log/BUILD.gn index 3da0d99..89b68b9 100644 --- a/pw_log/BUILD.gn +++ b/pw_log/BUILD.gn
@@ -45,7 +45,7 @@ public_deps = [ ":pw_log.facade", "$dir_pw_bytes", - "$dir_pw_log_tokenized", + "$dir_pw_log_tokenized:metadata", "$dir_pw_result", ] deps = [ "$dir_pw_log:protos.pwpb" ]