Skip to content

Commit

Permalink
Copies jar from desugar_jdk_libs_jdk11 -> desugar_jdk_libs. This is i…
Browse files Browse the repository at this point in the history
…ntended to help with legacy target path compatibility.

Related to bazelbuild/rules_android#122
Closes #9

PiperOrigin-RevId: 562874934
  • Loading branch information
ted-xie authored and Javac Team committed Sep 5, 2023
1 parent 7f35770 commit cfab9dc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ alias(
visibility = ["//visibility:public"],
)

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

genrule(
name = "maven_release_jdk11_legacy",
srcs = [
Expand Down

0 comments on commit cfab9dc

Please sign in to comment.