aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/jformatstring/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/jformatstring/BUILD')
-rw-r--r--third_party/jformatstring/BUILD20
1 files changed, 0 insertions, 20 deletions
diff --git a/third_party/jformatstring/BUILD b/third_party/jformatstring/BUILD
deleted file mode 100644
index f3f1d35b94..0000000000
--- a/third_party/jformatstring/BUILD
+++ /dev/null
@@ -1,20 +0,0 @@
-package(default_visibility = ["//visibility:public"])
-
-licenses(["restricted"]) # GNU GPL v2 with Classpath exception
-
-filegroup(
- name = "srcs",
- srcs = glob(["**"]),
-)
-
-java_library(
- name = "jformatstring",
- srcs = glob(["java/**"]),
-)
-
-load("//tools/build_rules:java_rules_skylark.bzl", "bootstrap_java_library")
-
-bootstrap_java_library(
- name = "bootstrap",
- srcs = glob(["java/**"]),
-)