aboutsummaryrefslogtreecommitdiff
path: root/third_party/abseil-cpp/absl/time/internal/cctz/BUILD.bazel
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/abseil-cpp/absl/time/internal/cctz/BUILD.bazel')
-rw-r--r--third_party/abseil-cpp/absl/time/internal/cctz/BUILD.bazel13
1 files changed, 5 insertions, 8 deletions
diff --git a/third_party/abseil-cpp/absl/time/internal/cctz/BUILD.bazel b/third_party/abseil-cpp/absl/time/internal/cctz/BUILD.bazel
index bdc2e3091c..7a53c815b9 100644
--- a/third_party/abseil-cpp/absl/time/internal/cctz/BUILD.bazel
+++ b/third_party/abseil-cpp/absl/time/internal/cctz/BUILD.bazel
@@ -12,9 +12,11 @@
# See the License for the specific language governing permissions and
# limitations under the License.
+load("@rules_cc//cc:defs.bzl", "cc_library", "cc_test")
+
package(features = ["-parse_headers"])
-licenses(["notice"])
+licenses(["notice"]) # Apache License
filegroup(
name = "zoneinfo",
@@ -24,14 +26,14 @@ filegroup(
config_setting(
name = "osx",
constraint_values = [
- "@platforms//os:osx",
+ "@bazel_tools//platforms:osx",
],
)
config_setting(
name = "ios",
constraint_values = [
- "@platforms//os:ios",
+ "@bazel_tools//platforms:ios",
],
)
@@ -90,11 +92,6 @@ cc_library(
### tests
-test_suite(
- name = "all_tests",
- visibility = ["//visibility:public"],
-)
-
cc_test(
name = "civil_time_test",
size = "small",