aboutsummaryrefslogtreecommitdiff
path: root/pw_sys_io
diff options
context:
space:
mode:
authorTed Pudlik <tpudlik@google.com>2023-09-22 22:11:50 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2023-09-22 22:11:50 +0000
commit3f377ec76c5e7757ce0757e4473be8fa4a48d97a (patch)
tree2de930db8419683f208950de067ea7e9044c711e /pw_sys_io
parenta5093f40d304cd4a536099d0679ee6f3f706a6f9 (diff)
downloadpigweed-3f377ec76c5e7757ce0757e4473be8fa4a48d97a.tar.gz
Bazel: Retire pigweed_config (part 2)
Stop referencing pigweed_config in BUILD.bazel files in upstream Pigweed, instead directly referencing the label_flags. This is a breaking change: although downstream can still define a pigweed_config, it is now ignored. Bug: b/291106264 Change-Id: I6e10ad71ee0d1f51a74cb64782099e2e2f3833f1 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/170058 Reviewed-by: Armando Montanez <amontanez@google.com> Commit-Queue: Ted Pudlik <tpudlik@google.com>
Diffstat (limited to 'pw_sys_io')
-rw-r--r--pw_sys_io/BUILD.bazel4
1 files changed, 2 insertions, 2 deletions
diff --git a/pw_sys_io/BUILD.bazel b/pw_sys_io/BUILD.bazel
index 6bf7aa029..52a041641 100644
--- a/pw_sys_io/BUILD.bazel
+++ b/pw_sys_io/BUILD.bazel
@@ -54,7 +54,7 @@ pw_cc_library(
deps = [
"//pw_bytes",
"//pw_status",
- "@pigweed_config//:pw_sys_io_backend",
+ "@pigweed//targets:pw_sys_io_backend",
],
)
@@ -71,7 +71,7 @@ alias(
"//pw_sys_io_stdio:backend": "@pigweed//pw_sys_io_stdio",
"//conditions:default": ":unspecified_backend",
}),
- visibility = ["@pigweed_config//:__pkg__"],
+ visibility = ["@pigweed//targets:__pkg__"],
)
host_backend_alias(