Skip to content

Commit

Permalink
pw_tokenizer: Enable layering check
Browse files Browse the repository at this point in the history
Bug: 219091175
Change-Id: I42eb2d8fc8215a7ca513efe510a6bfb147976881
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/261654
Reviewed-by: Armando Montanez <[email protected]>
Docs-Not-Needed: Ted Pudlik <[email protected]>
Lint: Lint 🤖 <[email protected]>
Pigweed-Auto-Submit: Ted Pudlik <[email protected]>
Commit-Queue: Auto-Submit <[email protected]>
  • Loading branch information
tpudlik authored and CQ Bot Account committed Jan 23, 2025
1 parent f5c777f commit de6ed33
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion pw_tokenizer/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ load("//pw_unit_test:pw_cc_test.bzl", "pw_cc_test")

package(
default_visibility = ["//visibility:public"],
features = ["-layering_check"],
)

licenses(["notice"])
Expand Down Expand Up @@ -117,9 +116,13 @@ cc_library(
strip_include_prefix = "public",
deps = [
":base64",
":pw_tokenizer",
"//pw_bytes",
"//pw_bytes:bit",
"//pw_preprocessor",
"//pw_result",
"//pw_span",
"//pw_status",
"//pw_stream",
"//pw_varint",
],
Expand Down Expand Up @@ -191,6 +194,7 @@ pw_cc_test(
],
deps = [
":pw_tokenizer",
"//pw_polyfill",
"//pw_preprocessor",
"//pw_unit_test",
],
Expand Down Expand Up @@ -261,6 +265,7 @@ pw_cc_fuzz_test(
deps = [
":decoder",
":pw_tokenizer",
"//pw_preprocessor",
],
)

Expand Down Expand Up @@ -359,6 +364,7 @@ cc_library(
deps = [
":pw_tokenizer",
"//pw_containers:inline_var_len_entry_queue",
"//pw_varint",
],
)

Expand Down

0 comments on commit de6ed33

Please sign in to comment.