Skip to content

Commit

Permalink
pw_tokenizer: Make pw_span dep public since it is used in a header
Browse files Browse the repository at this point in the history
Change-Id: I9120ddeb0fe8903740ccfba0e4c90614c45ffdbc
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/100460
Pigweed-Auto-Submit: Wyatt Hepler <[email protected]>
Reviewed-by: Armando Montanez <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
  • Loading branch information
255 authored and CQ Bot Account committed Jun 30, 2022
1 parent f6df36c commit d6caac1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pw_tokenizer/BUILD.gn
Original file line number Diff line number Diff line change
Expand Up @@ -151,10 +151,10 @@ pw_source_set("base64") {

pw_source_set("decoder") {
public_configs = [ ":public_include_path" ]
public_deps = [ dir_pw_span ]
deps = [
"$dir_pw_bytes:bit",
dir_pw_bytes,
dir_pw_span,
dir_pw_varint,
]
public = [
Expand Down

0 comments on commit d6caac1

Please sign in to comment.