From 02f3e87e60783acfcce3fbaca7c9a75b9fc6d9f7 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Wed, 26 Jul 2023 16:30:11 +0200 Subject: 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. --- etc/import/absl/algorithm/TARGETS.absl | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'etc/import/absl/algorithm') 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"] -- cgit v1.2.3