Skip to content

Commit 659d7b2

Browse files
ted-xiecopybara-github
authored andcommitted
Update android_tools to 0.30.0
PiperOrigin-RevId: 573823647 Change-Id: Ia0b5f521c5d329f33fd6fa780d79b87340c0d019
1 parent 2b82190 commit 659d7b2

File tree

6 files changed

+13
-35
lines changed

6 files changed

+13
-35
lines changed

MODULE.bazel.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/com/google/devtools/build/lib/bazel/rules/android/android_remote_tools.WORKSPACE

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ load("@bazel_tools//tools/build_defs/repo:utils.bzl", "maybe")
55
maybe(
66
http_archive,
77
name = "android_tools",
8-
sha256 = "d7223664ca5b0de490f2a918c31f35cdf4f23a1446fe261d7470b8a22bd7bcf1", # DO_NOT_REMOVE_THIS_ANDROID_TOOLS_UPDATE_MARKER
9-
url = "https://mirror.bazel.build/bazel_android_tools/android_tools_pkg-0.29.0.tar",
8+
sha256 = "2b661a761a735b41c41b3a78089f4fc1982626c76ddb944604ae3ff8c545d3c2", # DO_NOT_REMOVE_THIS_ANDROID_TOOLS_UPDATE_MARKER
9+
url = "https://mirror.bazel.build/bazel_android_tools/android_tools_pkg-0.30.0.tar",
1010
)
1111

1212
# This must be kept in sync with the top-level WORKSPACE file.

src/test/tools/bzlmod/MODULE.bazel.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

third_party/googleapis/MODULE.bazel

Lines changed: 0 additions & 11 deletions
This file was deleted.

third_party/remoteapis/MODULE.bazel

Lines changed: 0 additions & 11 deletions
This file was deleted.

tools/android/android_extensions.bzl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ load("//tools/build_defs/repo:http.bzl", "http_archive", "http_jar")
1919
def _remote_android_tools_extensions_impl(_ctx):
2020
http_archive(
2121
name = "android_tools",
22-
sha256 = "d7223664ca5b0de490f2a918c31f35cdf4f23a1446fe261d7470b8a22bd7bcf1", # DO_NOT_REMOVE_THIS_ANDROID_TOOLS_UPDATE_MARKER
23-
url = "https://mirror.bazel.build/bazel_android_tools/android_tools_pkg-0.29.0.tar",
22+
sha256 = "2b661a761a735b41c41b3a78089f4fc1982626c76ddb944604ae3ff8c545d3c2", # DO_NOT_REMOVE_THIS_ANDROID_TOOLS_UPDATE_MARKER
23+
url = "https://mirror.bazel.build/bazel_android_tools/android_tools_pkg-0.30.0.tar",
2424
)
2525
http_jar(
2626
name = "android_gmaven_r8",

0 commit comments

Comments
 (0)