summaryrefslogtreecommitdiff
path: root/etc/import/absl/numeric/TARGETS.absl
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-02-27 16:09:40 +0100
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2025-03-04 18:44:27 +0100
commitda17ef5b04815ea3c6605274141a2e2b3b53b217 (patch)
tree45df0f5c168c115f705eed797d592b694a62e38a /etc/import/absl/numeric/TARGETS.absl
parentfb80f2a5887353a9738c0d6a93d993392303b40c (diff)
downloadjustbuild-da17ef5b04815ea3c6605274141a2e2b3b53b217.tar.gz
Update grpc to v1.70.1
...together with its dependencies: - boringssl dec0d8f681348af8bb675e07bd89989665fca8bc - protobuf v29.0 - abseil 20240722.0 Also update the bootstrap command for ssl to account for the fact that now also the crypto library has fully moved to C++ and the location of its sources has changed.
Diffstat (limited to 'etc/import/absl/numeric/TARGETS.absl')
-rw-r--r--etc/import/absl/numeric/TARGETS.absl7
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/import/absl/numeric/TARGETS.absl b/etc/import/absl/numeric/TARGETS.absl
index 2d543567..fd708ff1 100644
--- a/etc/import/absl/numeric/TARGETS.absl
+++ b/etc/import/absl/numeric/TARGETS.absl
@@ -25,7 +25,12 @@
, "hdrs":
["int128.h", "int128_have_intrinsic.inc", "int128_no_intrinsic.inc"]
, "srcs": ["int128.cc"]
- , "deps": ["bits", ["absl/base", "config"], ["absl/base", "core_headers"]]
+ , "deps":
+ [ "bits"
+ , ["absl/base", "config"]
+ , ["absl/base", "core_headers"]
+ , ["absl/types", "compare"]
+ ]
}
, "bits":
{ "type": "export"