7 lines
160 B (Stored with Git LFS)
Text
7 lines
160 B (Stored with Git LFS)
Text
licenses(["notice"]) # Apache 2.0
|
|
|
|
cc_library(
|
|
name = "bigtable_client",
|
|
linkopts = ["-lbigtable_client"],
|
|
visibility = ["//visibility:public"],
|
|
)
|