diff options
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"] |