From c9a75d27d6299389d10b148cc65151875ae7079c Mon Sep 17 00:00:00 2001 From: Irina Iancu Date: Tue, 21 Feb 2017 13:45:20 +0000 Subject: Added alias for extdir in tools/jdk. Some projects fail [1] to build after the change that renamed extdir to extclasspath [2]. [1] http://ci.bazel.io/job/rules_appengine/BAZEL_VERSION=HEAD,PLATFORM_NAME=linux-x86_64/564/console [2] 8153cb80f4a4424640e694cb6ed4792dcc193171 -- PiperOrigin-RevId: 148085503 MOS_MIGRATED_REVID=148085503 --- tools/jdk/BUILD | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'tools') diff --git a/tools/jdk/BUILD b/tools/jdk/BUILD index 0bd8db3409..cbfe203cda 100644 --- a/tools/jdk/BUILD +++ b/tools/jdk/BUILD @@ -81,6 +81,12 @@ alias( actual = "@local_jdk//:extdir", ) +# TODO(cushon): migrate to extclasspath and delete +alias( + name = "extdir", + actual = "@local_jdk//:extdir", +) + filegroup( name = "langtools", srcs = ["//third_party/java/jdk/langtools:javac_jar"], -- cgit v1.2.3