android13/external/rust/crates/grpcio-sys/grpc/third_party/xxhash/BUILD

13 lines
267 B
Python
Raw Normal View History

2024-06-22 08:45:49 -04:00
# 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"],
)