aboutsummaryrefslogtreecommitdiff
path: root/bazel/deps.bzl
diff options
context:
space:
mode:
Diffstat (limited to 'bazel/deps.bzl')
-rw-r--r--bazel/deps.bzl6
1 files changed, 3 insertions, 3 deletions
diff --git a/bazel/deps.bzl b/bazel/deps.bzl
index 27c5c800f..a105a6330 100644
--- a/bazel/deps.bzl
+++ b/bazel/deps.bzl
@@ -67,10 +67,10 @@ def perfetto_deps():
)
_add_repo_if_not_existing(
- new_git_repository,
+ http_archive,
name = "perfetto_dep_zlib",
- remote = "https://android.googlesource.com/platform/external/zlib.git",
- commit = "6d3f6aa0f87c9791ca7724c279ef61384f331dfd",
+ url = "https://storage.googleapis.com/perfetto/zlib-6d3f6aa0f87c9791ca7724c279ef61384f331dfd.tar.gz",
+ sha256 = "e9a1d6e8c936de68628ffb83a13d28a40cd6b2def2ad9378e8b951d4b8f4df18",
build_file = "//bazel:zlib.BUILD",
)