github.com/johnnyeven/libtools@v0.0.0-20191126065708-61829c1adf46/third_party/hadoop/BUILD (about)

     1  package(
     2      default_visibility = ["//visibility:public"],
     3      licenses = ["notice"],  # Apache 2.0
     4  )
     5  
     6  exports_files(["LICENSE.txt"])
     7  
     8  cc_library(
     9      name = "hdfs",
    10      hdrs = ["hdfs.h"],
    11  )