aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main/tools/jdk.BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/tools/jdk.BUILD')
-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],