Skip to content

Commit

Permalink
pw_digital_io: Enable layering check
Browse files Browse the repository at this point in the history
Change-Id: I6b8090cb567d7d5a8c419ff71e0b0c4e28447b4f
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/265893
Lint: Lint 🤖 <android-build-ayeaye@system.gserviceaccount.com>
Docs-Not-Needed: Keir Mierle <keir@google.com>
Pigweed-Auto-Submit: Keir Mierle <keir@google.com>
Presubmit-Verified: CQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed-service-accounts.iam.gserviceaccount.com>
Reviewed-by: Ted Pudlik <tpudlik@google.com>
  • Loading branch information
keir authored and CQ Bot Account committed Feb 7, 2025
1 parent 80bffba commit a50bb66
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pw_digital_io/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,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 @@ -54,6 +53,7 @@ pw_cc_test(
srcs = ["digital_io_test.cc"],
deps = [
":pw_digital_io",
"//pw_status",
"//pw_unit_test",
],
)
Expand All @@ -68,8 +68,11 @@ cc_library(
":digital_io_proto_pwpb_rpc",
":pw_digital_io",
"//pw_function",
"//pw_log",
"//pw_result",
"//pw_rpc/pwpb:server_api",
"//pw_span",
"//pw_status",
],
)

Expand Down Expand Up @@ -116,6 +119,7 @@ pw_cc_test(
srcs = ["digital_io_mock_test.cc"],
deps = [
":digital_io_mock",
"//pw_status",
"//pw_unit_test",
],
)
Expand Down

0 comments on commit a50bb66

Please sign in to comment.