aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/jdk
diff options
context:
space:
mode:
authorGravatar cushon <cushon@google.com>2018-02-26 06:30:29 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2018-02-26 06:31:59 -0800
commitaf24688e4e0c8c359a2ec7af3fffaa1c825ef7ed (patch)
treed56aa234390ea5258ceba808394aacb40c059e44 /tools/jdk
parentc0e52bce8278243e8fd43f8307b413114d3ebbba (diff)
Use absolute labels in default_java_toolchain
so it works outside of @bazel_tools//tools/jdk PiperOrigin-RevId: 187011676
Diffstat (limited to 'tools/jdk')
-rw-r--r--tools/jdk/default_java_toolchain.bzl2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/jdk/default_java_toolchain.bzl b/tools/jdk/default_java_toolchain.bzl
index f6a91ead78..ca2ed87de7 100644
--- a/tools/jdk/default_java_toolchain.bzl
+++ b/tools/jdk/default_java_toolchain.bzl
@@ -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",