kse-01/tensorflow/third_party/hadoop/BUILD
github-classroom[bot] 05b050893c
Initial commit
2023-10-09 11:37:31 +00:00

12 lines
191 B
Python

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