summaryrefslogtreecommitdiff
path: root/etc/import/absl/hash/TARGETS.absl
diff options
context:
space:
mode:
Diffstat (limited to 'etc/import/absl/hash/TARGETS.absl')
-rw-r--r--etc/import/absl/hash/TARGETS.absl5
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/import/absl/hash/TARGETS.absl b/etc/import/absl/hash/TARGETS.absl
index 526faa70..733f35fd 100644
--- a/etc/import/absl/hash/TARGETS.absl
+++ b/etc/import/absl/hash/TARGETS.absl
@@ -1,6 +1,6 @@
{ "hash":
{ "type": "export"
- , "target": "hash_internal"
+ , "target": "hash (unexported)"
, "flexible_config":
[ "ADD_CFLAGS"
, "ADD_CXXFLAGS"
@@ -18,7 +18,7 @@
, "TOOLCHAIN_CONFIG"
]
}
-, "hash_internal":
+, "hash (unexported)":
{ "type": ["@", "rules", "CC", "library"]
, "name": ["hash"]
, "stage": ["absl", "hash"]
@@ -62,6 +62,7 @@
, "deps":
[ ["absl/base", "config"]
, ["absl/base", "endian"]
+ , ["absl/base", "prefetch"]
, ["absl/numeric", "int128"]
]
}