aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/java/buck-ios-support/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/java/buck-ios-support/BUILD')
-rw-r--r--third_party/java/buck-ios-support/BUILD21
1 files changed, 0 insertions, 21 deletions
diff --git a/third_party/java/buck-ios-support/BUILD b/third_party/java/buck-ios-support/BUILD
deleted file mode 100644
index fd84b25b2d..0000000000
--- a/third_party/java/buck-ios-support/BUILD
+++ /dev/null
@@ -1,21 +0,0 @@
-package(default_visibility = ["//visibility:public"])
-
-licenses(["notice"]) # Apache 2.0
-
-filegroup(
- name = "srcs",
- srcs = glob(["**"]),
- visibility = ["//third_party:__pkg__"],
-)
-
-java_library(
- name = "buck-ios-support",
- srcs = glob(
- ["java/**/*.java"],
- ),
- deps = [
- "//third_party:guava",
- "//third_party:jsr305",
- "//third_party/java/dd_plist",
- ],
-)