diff options
Diffstat (limited to 'etc/import/absl/log/TARGETS.absl')
-rw-r--r-- | etc/import/absl/log/TARGETS.absl | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/etc/import/absl/log/TARGETS.absl b/etc/import/absl/log/TARGETS.absl index 83c49707..c836523f 100644 --- a/etc/import/absl/log/TARGETS.absl +++ b/etc/import/absl/log/TARGETS.absl @@ -52,6 +52,39 @@ , "hdrs": ["absl_log.h"] , "deps": [["absl/log/internal", "log_impl"]] } +, "check": + { "type": "export" + , "target": "check (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "check (unexported)": + { "type": ["@", "rules", "CC", "library"] + , "name": ["check"] + , "stage": ["absl", "log"] + , "hdrs": ["check.h"] + , "deps": + [ ["absl/log/internal", "check_impl"] + , ["absl/log/internal", "check_op"] + , ["absl/log/internal", "conditions"] + , ["absl/log/internal", "log_message"] + , ["absl/log/internal", "strip"] + ] + } , "die_if_null": { "type": "export" , "target": "die_if_null (unexported)" @@ -86,6 +119,26 @@ ] } , "globals": + { "type": "export" + , "target": "globals (unexported)" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "globals (unexported)": { "type": ["@", "rules", "CC", "library"] , "name": ["globals"] , "stage": ["absl", "log"] |