Skip to content

Commit

Permalink
Use absolute labels in default_java_toolchain
Browse files Browse the repository at this point in the history
so it works outside of @bazel_tools//tools/jdk

PiperOrigin-RevId: 187011676
  • Loading branch information
cushon authored and Copybara-Service committed Feb 26, 2018
1 parent c0e52bc commit af24688
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/jdk/default_java_toolchain.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ DEFAULT_TOOLCHAIN_CONFIGURATION = {
# class path after -bootclasspath. For convenience, we currently have a
# single jar that contains the contents of both the bootclasspath and
# extdirs.
"bootclasspath": ["platformclasspath.jar"],
"bootclasspath": ["@bazel_tools//tools/jdk:platformclasspath.jar"],
"extclasspath": [],
"compatible_javacopts": DEFAULT_COMPATIBLE_JAVACOPTS,
"encoding": "UTF-8",
Expand Down

0 comments on commit af24688

Please sign in to comment.