summaryrefslogtreecommitdiff
path: root/grpc/third_party/xxhash/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'grpc/third_party/xxhash/BUILD')
-rw-r--r--grpc/third_party/xxhash/BUILD12
1 files changed, 12 insertions, 0 deletions
diff --git a/grpc/third_party/xxhash/BUILD b/grpc/third_party/xxhash/BUILD
new file mode 100644
index 00000000..91d7bd05
--- /dev/null
+++ b/grpc/third_party/xxhash/BUILD
@@ -0,0 +1,12 @@
+# TODO(donnadionne): describe this package.
+cc_library(
+ name = "xxhash",
+ hdrs = [
+ "xxhash.h",
+ ],
+ # Must specify the includes so that the header file can be found.
+ includes = [
+ "",
+ ],
+ visibility = ["//visibility:public"],
+)