diff options
Diffstat (limited to 'etc/import/absl/algorithm/TARGETS.absl')
-rw-r--r-- | etc/import/absl/algorithm/TARGETS.absl | 30 |
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"] + ] } } |