Skip to content

Commit

Permalink
Update android_tools to 0.31.0
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 623565329
Change-Id: Id067a4f0800f99af01985f1f1de26030c2266133
  • Loading branch information
ahumesky authored and copybara-github committed Apr 10, 2024
1 parent 85d5dfe commit e76703d
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
maybe(
http_archive,
name = "android_tools",
sha256 = "2b661a761a735b41c41b3a78089f4fc1982626c76ddb944604ae3ff8c545d3c2", # DO_NOT_REMOVE_THIS_ANDROID_TOOLS_UPDATE_MARKER
url = "https://mirror.bazel.build/bazel_android_tools/android_tools_pkg-0.30.0.tar",
sha256 = "d7cdfc03f3ad6571b7719f4355379177a4bde68d17dca2bdbf6c274d72e4d6cf", # DO_NOT_REMOVE_THIS_ANDROID_TOOLS_UPDATE_MARKER
url = "https://mirror.bazel.build/bazel_android_tools/android_tools_pkg-0.31.0.tar",
)

# This must be kept in sync with the top-level WORKSPACE file.
Expand Down
8 changes: 4 additions & 4 deletions src/test/tools/bzlmod/MODULE.bazel.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 = "2b661a761a735b41c41b3a78089f4fc1982626c76ddb944604ae3ff8c545d3c2", # DO_NOT_REMOVE_THIS_ANDROID_TOOLS_UPDATE_MARKER
url = "https://mirror.bazel.build/bazel_android_tools/android_tools_pkg-0.30.0.tar",
sha256 = "d7cdfc03f3ad6571b7719f4355379177a4bde68d17dca2bdbf6c274d72e4d6cf", # DO_NOT_REMOVE_THIS_ANDROID_TOOLS_UPDATE_MARKER
url = "https://mirror.bazel.build/bazel_android_tools/android_tools_pkg-0.31.0.tar",
)
http_jar(
name = "android_gmaven_r8",
Expand Down

0 comments on commit e76703d

Please sign in to comment.