diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-01-08 15:22:51 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2024-01-09 12:54:15 +0100 |
commit | 89b79b66b59a42f313b531d50b494d2ebc21e035 (patch) | |
tree | 64ad00720dd33e659faa2d0d4c67feda8cae4f72 /etc | |
parent | 24964def4534c551b59bd30bc66f555356d41cb2 (diff) | |
download | justbuild-89b79b66b59a42f313b531d50b494d2ebc21e035.tar.gz |
Export ["@", "abs", "absl/base", "malloc_internal"]
... as it is used by various libaries that are exported independently.
Diffstat (limited to 'etc')
-rw-r--r-- | etc/import/absl/base/TARGETS.absl | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/etc/import/absl/base/TARGETS.absl b/etc/import/absl/base/TARGETS.absl index 168c1eba..22b408c5 100644 --- a/etc/import/absl/base/TARGETS.absl +++ b/etc/import/absl/base/TARGETS.absl @@ -337,6 +337,27 @@ , "deps": ["config", "raw_logging_internal"] } , "malloc_internal": + { "type": "export" + , "target": "malloc_internal_" + , "flexible_config": + [ "ADD_CFLAGS" + , "ADD_CXXFLAGS" + , "AR" + , "ARCH" + , "CC" + , "CFLAGS" + , "CXX" + , "CXXFLAGS" + , "DEBUG" + , "ENV" + , "HOST_ARCH" + , "OS" + , "PATCH" + , "TARGET_ARCH" + , "TOOLCHAIN_CONFIG" + ] + } +, "malloc_internal_": { "type": ["@", "rules", "CC", "library"] , "arguments_config": ["ARCH", "TARGET_ARCH"] , "name": ["malloc_internal"] |