Skip to content

Commit

Permalink
s/java_lang_extras/java_base_extras
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 314169085
  • Loading branch information
cushon authored and copybara-github committed Jun 1, 2020
1 parent 8dc3ffa commit c063b5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/android/BUILD.tools
Original file line number Diff line number Diff line change
Expand Up @@ -132,18 +132,18 @@ alias(
# if requested.
filegroup(
name = "desugar_java8_extra_bootclasspath",
srcs = ["java_lang_extras.jar"],
srcs = ["java_base_extras.jar"],
visibility = ["//visibility:public"],
)

# javac needs this Jar to compile lambdas, method references, and type annotations.
# These classes are not part of the android.jar.
genrule(
name = "gen_java_lang_extras_jar",
name = "gen_java_base_extras_jar",
srcs = [
"@bazel_tools//tools/jdk:platformclasspath",
],
outs = ["java_lang_extras.jar"],
outs = ["java_base_extras.jar"],
cmd = """
$(location @bazel_tools//tools/jdk:singlejar) \
--exclude_build_data \
Expand Down

0 comments on commit c063b5c

Please sign in to comment.