11 lines
191 B (Stored with Git LFS)
Python
11 lines
191 B (Stored with Git LFS)
Python
package(
|
|
default_visibility = ["//visibility:public"],
|
|
licenses = ["notice"], # Apache 2.0
|
|
)
|
|
|
|
exports_files(["LICENSE.txt"])
|
|
|
|
cc_library(
|
|
name = "hdfs",
|
|
hdrs = ["hdfs.h"],
|
|
)
|