summaryrefslogtreecommitdiff
path: root/etc/import/absl/algorithm/TARGETS.absl
diff options
context:
space:
mode:
authorPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-04-11 16:55:07 +0200
committerPaul Cristian Sarbu <paul.cristian.sarbu@huawei.com>2024-04-12 16:30:35 +0200
commite7458ab863ea9b1b2e6a9b874e5fdd1dd7262c22 (patch)
tree3503344aae36d950b7cc6bc5332dbeecbfa45e64 /etc/import/absl/algorithm/TARGETS.absl
parent0c36fdfdb8705f6af33d7775c2afd006356cb17b (diff)
downloadjustbuild-e7458ab863ea9b1b2e6a9b874e5fdd1dd7262c22.tar.gz
Update grpc to v1.62.1 and all its dependencies
- update boringssl to commit ae72a45 - update protobuf to v25.1 - update abseil to v20240116.0 (including patches) Also add mirrors for third-party dependencies where known and hashes correspond.
Diffstat (limited to 'etc/import/absl/algorithm/TARGETS.absl')
-rw-r--r--etc/import/absl/algorithm/TARGETS.absl30
1 files changed, 27 insertions, 3 deletions
diff --git a/etc/import/absl/algorithm/TARGETS.absl b/etc/import/absl/algorithm/TARGETS.absl
index b01f6667..92a6f6e2 100644
--- a/etc/import/absl/algorithm/TARGETS.absl
+++ b/etc/import/absl/algorithm/TARGETS.absl
@@ -1,4 +1,24 @@
{ "algorithm":
+ { "type": "export"
+ , "target": "algorithm (unexported)"
+ , "flexible_config":
+ [ "ADD_CFLAGS"
+ , "ADD_CXXFLAGS"
+ , "AR"
+ , "ARCH"
+ , "CC"
+ , "CFLAGS"
+ , "CXX"
+ , "CXXFLAGS"
+ , "DEBUG"
+ , "ENV"
+ , "HOST_ARCH"
+ , "OS"
+ , "TARGET_ARCH"
+ , "TOOLCHAIN_CONFIG"
+ ]
+ }
+, "algorithm (unexported)":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["algorithm"]
, "stage": ["absl", "algorithm"]
@@ -7,7 +27,7 @@
}
, "container":
{ "type": "export"
- , "target": "container_internal"
+ , "target": "container (unexported)"
, "flexible_config":
[ "ADD_CFLAGS"
, "ADD_CXXFLAGS"
@@ -25,12 +45,16 @@
, "TOOLCHAIN_CONFIG"
]
}
-, "container_internal":
+, "container (unexported)":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["container"]
, "stage": ["absl", "algorithm"]
, "hdrs": ["container.h"]
, "deps":
- ["algorithm", ["absl/base", "core_headers"], ["absl/meta", "type_traits"]]
+ [ "algorithm"
+ , ["absl/base", "core_headers"]
+ , ["absl/base", "nullability"]
+ , ["absl/meta", "type_traits"]
+ ]
}
}