Skip to content

Commit

Permalink
pw_snapshot: Narrow build dependency
Browse files Browse the repository at this point in the history
Depending on a specific subtarget shrinks the build graph, and is
required internally.

Bug: b/218748512
Change-Id: I03a5c657a1ba8c8cf312e9093118196416b1fcd4
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/100466
Reviewed-by: Wyatt Hepler <hepler@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
Pigweed-Auto-Submit: Ted Pudlik <tpudlik@google.com>
  • Loading branch information
tpudlik authored and CQ Bot Account committed Jul 8, 2022
1 parent 867ddb8 commit 80deda2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pw_snapshot/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pw_cc_library(
],
includes = ["public"],
deps = [
":metadata_proto_cc",
":metadata_proto_cc.pwpb",
"//pw_bytes",
"//pw_protobuf",
"//pw_status",
Expand Down

0 comments on commit 80deda2

Please sign in to comment.