Skip to content

Commit

Permalink
Make :desugar_jdk_libs public visibility
Browse files Browse the repository at this point in the history
Otherwise the android_tools runtime dep build will fail.
Related to bazelbuild/rules_android#122

PiperOrigin-RevId: 563192467
  • Loading branch information
ted-xie authored and Javac Team committed Sep 6, 2023
1 parent 39c37bb commit 87ed6c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ genrule(
srcs = [":desugar_jdk_libs_jdk11"],
outs = ["desugar_jdk_libs.jar"],
cmd = "cp $< $@",
visibility = ["//visibility:public"],
)

genrule(
Expand Down

0 comments on commit 87ed6c8

Please sign in to comment.