aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/tools
diff options
context:
space:
mode:
authorGravatar cushon <cushon@google.com>2017-12-20 16:19:56 -0800
committerGravatar Copybara-Service <copybara-piper@google.com>2017-12-20 16:21:55 -0800
commit29a96822a3bc5a81094285a995d905a074ef5714 (patch)
tree50cee37e705218b1e0ee3f86826e4530081c54e2 /src/main/tools
parentdb319f8eca064475d5092a756c75f2c3f6526b7e (diff)
Update bootclasspath handling for JDK 9
rt.jar etc. no longer exist, retrieve the default bootclasspath contents using a Java program instead. PiperOrigin-RevId: 179747945
Diffstat (limited to 'src/main/tools')
-rw-r--r--src/main/tools/jdk.BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/tools/jdk.BUILD b/src/main/tools/jdk.BUILD
index ac7a6bbf29..6726e0424f 100644
--- a/src/main/tools/jdk.BUILD
+++ b/src/main/tools/jdk.BUILD
@@ -77,6 +77,7 @@ BOOTCLASS_JARS = [
"charsets.jar",
]
+# TODO(cushon): this isn't compatible with JDK 9
filegroup(
name = "bootclasspath",
srcs = ["jre/lib/%s" % jar for jar in BOOTCLASS_JARS],