Revert "Allow tink to be fetched and compile presence in bazel builds."

PiperOrigin-RevId: 486238870
This commit is contained in:
Anay Wadhera
2022-11-04 15:03:56 -07:00
committed by Copybara-Service
parent 23c9b106b1
commit f0440e96a9
-6
View File
@@ -59,12 +59,6 @@ http_archive(
urls = ["https://github.com/google/glog/archive/v0.4.0.tar.gz"],
)
http_archive(
name = "com_google_tink",
strip_prefix = "tink-1.7.0/cc",
urls = ["https://github.com/google/tink/archive/v1.7.0.tar.gz"],
)
new_local_repository(
name = "com_google_ukey2",
path = "./third_party/ukey2/ukey2",