diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2023-07-26 16:30:11 +0200 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2023-08-08 12:40:22 +0200 |
commit | 02f3e87e60783acfcce3fbaca7c9a75b9fc6d9f7 (patch) | |
tree | dfd27f49876d06ec34df182306330dd6dfd0ad84 /etc/import/absl/algorithm | |
parent | f75a44b00398a4ed403535380ead4d3e9e769a7c (diff) | |
download | justbuild-02f3e87e60783acfcce3fbaca7c9a75b9fc6d9f7.tar.gz |
external: Update abseil to LTS 20230125.3
Also adds the extra targets needed by protobuf v23.4, which now has
a dependency on abseil, and by grpc v1.56.2.
Diffstat (limited to 'etc/import/absl/algorithm')
-rw-r--r-- | etc/import/absl/algorithm/TARGETS.absl | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/etc/import/absl/algorithm/TARGETS.absl b/etc/import/absl/algorithm/TARGETS.absl index e4af8e92..810dfa02 100644 --- a/etc/import/absl/algorithm/TARGETS.absl +++ b/etc/import/absl/algorithm/TARGETS.absl @@ -6,6 +6,26 @@ , "deps": [["absl/base", "config"]] } , "container": + { "type": "export" + , "target": "container_internal" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "COMPILER_FAMILY" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + ] + } +, "container_internal": { "type": ["@", "rules", "CC", "library"] , "name": ["container"] , "stage": ["absl", "algorithm"] |