android13/external/tensorflow/third_party/hadoop/BUILD

12 lines
177 B
Python

package(
default_visibility = ["//visibility:public"],
licenses = ["notice"],
)
exports_files(["LICENSE.txt"])
cc_library(
name = "hdfs",
hdrs = ["hdfs.h"],
)