Skip to content

Commit

Permalink
Use the provided javac for host_javabase=9
Browse files Browse the repository at this point in the history
See #3410, #4812

Change-Id: Idd4adad7d48899c3b6de635d417446b71ba44afa
  • Loading branch information
cushon authored and philwo committed Mar 28, 2018
1 parent f5d8e26 commit 1a042ce
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions third_party/java/jdk/langtools/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,12 @@ filegroup(
srcs = [
"BUILD",
"LICENSE",
"java_compiler.jar",
"java_compiler-src.jar",
"javac-9+181-r4173-1.jar",
"javac-9+181-r4173-1.srcjar",
"jdk_compiler.jar",
"jdk_compiler-src.jar",
],
)

Expand All @@ -26,3 +30,13 @@ filegroup(
name = "javac_jar",
srcs = ["javac-9+181-r4173-1.jar"],
)

filegroup(
name = "jdk_compiler_jar",
srcs = ["jdk_compiler.jar"],
)

filegroup(
name = "java_compiler_jar",
srcs = ["java_compiler.jar"],
)
Binary file not shown.
Binary file added third_party/java/jdk/langtools/java_compiler.jar
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 1a042ce

Please sign in to comment.