File tree 2 files changed +7
-7
lines changed
tools/android/runtime_deps 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -384,13 +384,13 @@ DIST_DEPS = {
384
384
"package_version" : "0.0.4" ,
385
385
},
386
386
"desugar_jdk_libs" : {
387
- # Commit 5847d6a06302136d95a14b4cbd4b55a9c9f1436e of 2021-03-10
388
- "archive" : "5847d6a06302136d95a14b4cbd4b55a9c9f1436e .zip" ,
389
- "sha256" : "299452e6f4a4981b2e6d22357f7332713382a63e4c137f5fd6b89579f6d610cb " ,
390
- "strip_prefix" : "desugar_jdk_libs-5847d6a06302136d95a14b4cbd4b55a9c9f1436e " ,
387
+ # Commit 4d6048307c8d5f35283523cf6b32fffb3cec0aae os 2023-08-02
388
+ "archive" : "4d6048307c8d5f35283523cf6b32fffb3cec0aae .zip" ,
389
+ "sha256" : "d3457cbe05c15b57503efcc994e7388c49eedda51664d1923a77cf65e6f93fd6 " ,
390
+ "strip_prefix" : "desugar_jdk_libs-4d6048307c8d5f35283523cf6b32fffb3cec0aae " ,
391
391
"urls" : [
392
- "https://mirror.bazel.build/github.com/google/desugar_jdk_libs/archive/5847d6a06302136d95a14b4cbd4b55a9c9f1436e .zip" ,
393
- "https://github.com/google/desugar_jdk_libs/archive/5847d6a06302136d95a14b4cbd4b55a9c9f1436e .zip" ,
392
+ "https://mirror.bazel.build/github.com/google/desugar_jdk_libs/archive/4d6048307c8d5f35283523cf6b32fffb3cec0aae .zip" ,
393
+ "https://github.com/google/desugar_jdk_libs/archive/4d6048307c8d5f35283523cf6b32fffb3cec0aae .zip" ,
394
394
],
395
395
"used_in" : [
396
396
"additional_distfiles" ,
Original file line number Diff line number Diff line change 69
69
70
70
genrule (
71
71
name = "desugar_jdk_libs" ,
72
- srcs = ["@desugar_jdk_libs" ],
72
+ srcs = ["@desugar_jdk_libs//:desugar_jdk_libs_jdk11 " ],
73
73
outs = ["desugar_jdk_libs.jar" ],
74
74
cmd = "cp $< $@" ,
75
75
)
You can’t perform that action at this time.
0 commit comments