Skip to content

Commit

Permalink
Update android_tools for Bzlmod
Browse files Browse the repository at this point in the history
Working towards: #18957

RELNOTES:
PiperOrigin-RevId: 562768107
Change-Id: I7ddbb864ee77789bba64509fea980340e6ab5c49
  • Loading branch information
meteorcloudy authored and copybara-github committed Sep 5, 2023
1 parent 1d6440e commit f603d16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/android/android_extensions.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ load("//tools/build_defs/repo:http.bzl", "http_archive", "http_jar")
def _remote_android_tools_extensions_impl(_ctx):
http_archive(
name = "android_tools",
sha256 = "1afa4b7e13c82523c8b69e87f8d598c891ec7e2baa41d9e24e08becd723edb4d", # DO_NOT_REMOVE_THIS_ANDROID_TOOLS_UPDATE_MARKER
url = "https://mirror.bazel.build/bazel_android_tools/android_tools_pkg-0.27.0.tar.gz",
sha256 = "d7223664ca5b0de490f2a918c31f35cdf4f23a1446fe261d7470b8a22bd7bcf1", # DO_NOT_REMOVE_THIS_ANDROID_TOOLS_UPDATE_MARKER
url = "https://mirror.bazel.build/bazel_android_tools/android_tools_pkg-0.29.0.tar",
)
http_jar(
name = "android_gmaven_r8",
Expand Down

0 comments on commit f603d16

Please sign in to comment.