summaryrefslogtreecommitdiff
path: root/etc/import/absl/memory/TARGETS.absl
diff options
context:
space:
mode:
Diffstat (limited to 'etc/import/absl/memory/TARGETS.absl')
-rw-r--r--etc/import/absl/memory/TARGETS.absl8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/import/absl/memory/TARGETS.absl b/etc/import/absl/memory/TARGETS.absl
new file mode 100644
index 00000000..2187f004
--- /dev/null
+++ b/etc/import/absl/memory/TARGETS.absl
@@ -0,0 +1,8 @@
+{ "memory":
+ { "type": ["@", "rules", "CC", "library"]
+ , "name": ["memory"]
+ , "stage": ["absl", "memory"]
+ , "hdrs": ["memory.h"]
+ , "deps": [["absl/base", "core_headers"], ["absl/meta", "type_traits"]]
+ }
+}