Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Update desugar_jdk_libs #19150

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions distdir_deps.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -384,13 +384,13 @@ DIST_DEPS = {
"package_version": "0.0.4",
},
"desugar_jdk_libs": {
# Commit 5847d6a06302136d95a14b4cbd4b55a9c9f1436e of 2021-03-10
"archive": "5847d6a06302136d95a14b4cbd4b55a9c9f1436e.zip",
"sha256": "299452e6f4a4981b2e6d22357f7332713382a63e4c137f5fd6b89579f6d610cb",
"strip_prefix": "desugar_jdk_libs-5847d6a06302136d95a14b4cbd4b55a9c9f1436e",
# Commit 4d6048307c8d5f35283523cf6b32fffb3cec0aae os 2023-08-02
"archive": "4d6048307c8d5f35283523cf6b32fffb3cec0aae.zip",
"sha256": "d3457cbe05c15b57503efcc994e7388c49eedda51664d1923a77cf65e6f93fd6",
"strip_prefix": "desugar_jdk_libs-4d6048307c8d5f35283523cf6b32fffb3cec0aae",
"urls": [
"https://mirror.bazel.build/github.com/google/desugar_jdk_libs/archive/5847d6a06302136d95a14b4cbd4b55a9c9f1436e.zip",
"https://github.com/google/desugar_jdk_libs/archive/5847d6a06302136d95a14b4cbd4b55a9c9f1436e.zip",
"https://mirror.bazel.build/github.com/google/desugar_jdk_libs/archive/4d6048307c8d5f35283523cf6b32fffb3cec0aae.zip",
"https://github.com/google/desugar_jdk_libs/archive/4d6048307c8d5f35283523cf6b32fffb3cec0aae.zip",
],
"used_in": [
"additional_distfiles",
Expand Down
2 changes: 1 addition & 1 deletion tools/android/runtime_deps/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ EOF

genrule(
name = "desugar_jdk_libs",
srcs = ["@desugar_jdk_libs"],
srcs = ["@desugar_jdk_libs//:desugar_jdk_libs_jdk11"],
outs = ["desugar_jdk_libs.jar"],
cmd = "cp $< $@",
)
Expand Down
Loading