aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar Irina Iancu <elenairina@google.com>2017-02-21 13:45:20 +0000
committerGravatar Irina Iancu <elenairina@google.com>2017-02-21 13:50:56 +0000
commitc9a75d27d6299389d10b148cc65151875ae7079c (patch)
tree4d38956c154e455952f8c9a399657ddb22eb2332 /tools
parentc10e0648deb8f375237bef7728a81d8cf2310e2d (diff)
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
Diffstat (limited to 'tools')
-rw-r--r--tools/jdk/BUILD6
1 files changed, 6 insertions, 0 deletions
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"],