aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/systemlibs/googleapis.BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/systemlibs/googleapis.BUILD')
-rw-r--r--third_party/systemlibs/googleapis.BUILD12
1 files changed, 12 insertions, 0 deletions
diff --git a/third_party/systemlibs/googleapis.BUILD b/third_party/systemlibs/googleapis.BUILD
new file mode 100644
index 0000000000..7687745df9
--- /dev/null
+++ b/third_party/systemlibs/googleapis.BUILD
@@ -0,0 +1,12 @@
+licenses(["notice"]) # Apache 2.0
+
+filegroup(
+ name = "LICENSE",
+ visibility = ["//visibility:public"],
+)
+
+cc_library(
+ name = "bigtable_protos",
+ linkopts = ["-lbigtable_protos"],
+ visibility = ["//visibility:public"],
+)