aboutsummaryrefslogtreecommitdiff
path: root/pw_unit_test
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_unit_test
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_unit_test')
-rw-r--r--pw_unit_test/BUILD.bazel2
1 files changed, 1 insertions, 1 deletions
diff --git a/pw_unit_test/BUILD.bazel b/pw_unit_test/BUILD.bazel
index 56a26a096..c4e5e5f4c 100644
--- a/pw_unit_test/BUILD.bazel
+++ b/pw_unit_test/BUILD.bazel
@@ -36,7 +36,7 @@ pw_cc_library(
alias(
name = "pw_unit_test",
- actual = "@pigweed_config//:pw_unit_test_googletest_backend",
+ actual = "@pigweed//targets:pw_unit_test_googletest_backend",
)
pw_cc_library(