commit | 0dc846d4087cbe0b9b17181f9b1bf3657126233f | [log] [tgz] |
---|---|---|
author | Abseil Team <absl-team@google.com> | Fri Feb 02 16:28:20 2024 -0800 |
committer | Copybara-Service <copybara-worker@google.com> | Fri Feb 02 16:29:14 2024 -0800 |
tree | ec25ca43c9528c3417cfa4679e5ea37f7867e4a8 | |
parent | 52a711fc8021b49c869581cb5dfea93580502e2c [diff] |
Minor changes to the BUILD file for absl/synchronization PiperOrigin-RevId: 603816996 Change-Id: Ifc7dc6299e65043697b4a0c6e9e8eef869297ce3
diff --git a/absl/synchronization/BUILD.bazel b/absl/synchronization/BUILD.bazel index f747d14..dafeba3 100644 --- a/absl/synchronization/BUILD.bazel +++ b/absl/synchronization/BUILD.bazel
@@ -69,7 +69,9 @@ "//absl/base:core_headers", "//absl/base:raw_logging_internal", "//absl/time", - ], + ] + select({ + "//conditions:default": [], + }), ) cc_test(