diff options
Diffstat (limited to 'etc/import/absl/base/TARGETS.absl')
-rw-r--r-- | etc/import/absl/base/TARGETS.absl | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/etc/import/absl/base/TARGETS.absl b/etc/import/absl/base/TARGETS.absl index fcc6bc78..7383de50 100644 --- a/etc/import/absl/base/TARGETS.absl +++ b/etc/import/absl/base/TARGETS.absl @@ -118,11 +118,36 @@ , "deps": ["config", ["absl/meta", "type_traits"]] } , "config": + { "type": "export" + , "target": "config_" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "config_": { "type": ["@", "rules", "CC", "library"] , "name": ["config"] , "stage": ["absl", "base"] , "hdrs": ["config.h", "options.h", "policy_checks.h"] } +, "options.h": + { "type": ["@", "rules", "patch", "file"] + , "src": [["FILE", null, "options.h"]] + , "patch": [["@", "patches", "", "options.h.diff"]] + } , "core_headers": { "type": "export" , "target": "core_headers_internal" |