aboutsummaryrefslogtreecommitdiff
path: root/absl/base/BUILD.bazel
diff options
context:
space:
mode:
authorDmitri Gribenko <dmitrig@google.com>2023-12-11 09:07:07 -0800
committerCopybara-Service <copybara-worker@google.com>2023-12-11 09:07:59 -0800
commit55621d1af55be7bf9a2c8e5dcef4368d9a6d4e51 (patch)
tree4c0e74b9a45b8875e35ee543089315a0d9989df1 /absl/base/BUILD.bazel
parentfad946221cec37175e762c399760f54b9de9a9fa (diff)
downloadabseil-55621d1af55be7bf9a2c8e5dcef4368d9a6d4e51.tar.gz
abseil-55621d1af55be7bf9a2c8e5dcef4368d9a6d4e51.tar.bz2
abseil-55621d1af55be7bf9a2c8e5dcef4368d9a6d4e51.zip
Add nullability annotations
PiperOrigin-RevId: 589842893 Change-Id: I9657761d1f71c665582406f278c6605f6d382f6d
Diffstat (limited to 'absl/base/BUILD.bazel')
-rw-r--r--absl/base/BUILD.bazel2
1 files changed, 2 insertions, 0 deletions
diff --git a/absl/base/BUILD.bazel b/absl/base/BUILD.bazel
index 60d05a83..06bd4950 100644
--- a/absl/base/BUILD.bazel
+++ b/absl/base/BUILD.bazel
@@ -287,6 +287,7 @@ cc_library(
":cycleclock_internal",
":dynamic_annotations",
":log_severity",
+ ":nullability",
":raw_logging_internal",
":spinlock_wait",
"//absl/meta:type_traits",
@@ -549,6 +550,7 @@ cc_library(
":base",
":config",
":core_headers",
+ ":nullability",
],
)