aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/java/jdk
diff options
context:
space:
mode:
authorGravatar Liam Miller-Cushon <cushon@google.com>2015-06-19 00:35:26 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-06-19 11:05:24 +0000
commit1ed3c47564e48bcdfff76a356da80ccc9da36c5b (patch)
tree03041e7417d50986b012861b7cb35abac85120d0 /third_party/java/jdk
parentcda5b66af3da31c74df73a8a19f67691d5d9454f (diff)
Move the Error Prone plugin into Bazel
-- MOS_MIGRATED_REVID=96365813
Diffstat (limited to 'third_party/java/jdk')
-rw-r--r--third_party/java/jdk/langtools/BUILD13
1 files changed, 13 insertions, 0 deletions
diff --git a/third_party/java/jdk/langtools/BUILD b/third_party/java/jdk/langtools/BUILD
new file mode 100644
index 0000000000..5870b8cb32
--- /dev/null
+++ b/third_party/java/jdk/langtools/BUILD
@@ -0,0 +1,13 @@
+package(default_visibility = ["//visibility:public"])
+
+licenses(["restricted"]) # GNU GPL v2 with Classpath exception
+
+filegroup(
+ name = "srcs",
+ srcs = glob(["**"]),
+)
+
+filegroup(
+ name = "javac_jar",
+ srcs = ["javac.jar"],
+)