systemlibs: unbundle googleapis
Signed-off-by: Jason Zaman <jason@perfinion.com>
This commit is contained in:
parent
ed5578687b
commit
f8c1a3d980
@ -194,6 +194,7 @@ def tf_workspace(path_prefix = "", tf_repo_name = ""):
|
||||
sha256 = "824870d87a176f26bcef663e92051f532fac756d1a06b404055dc078425f4378",
|
||||
strip_prefix = "googleapis-f81082ea1e2f85c43649bee26e0d9871d4b41cdb",
|
||||
build_file = clean_dep("//third_party:googleapis.BUILD"),
|
||||
system_build_file = clean_dep("//third_party/systemlibs:googleapis.BUILD"),
|
||||
)
|
||||
|
||||
tf_http_archive(
|
||||
|
12
third_party/systemlibs/googleapis.BUILD
vendored
Normal file
12
third_party/systemlibs/googleapis.BUILD
vendored
Normal file
@ -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"],
|
||||
)
|
1
third_party/systemlibs/syslibs_configure.bzl
vendored
1
third_party/systemlibs/syslibs_configure.bzl
vendored
@ -13,6 +13,7 @@ VALID_LIBS = [
|
||||
"absl_py",
|
||||
"astor_archive",
|
||||
"boringssl",
|
||||
"com_github_googleapis_googleapis",
|
||||
"com_github_googlecloudplatform_google_cloud_cpp",
|
||||
"com_googlesource_code_re2",
|
||||
"curl",
|
||||
|
Loading…
x
Reference in New Issue
Block a user