aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/java/dd_plist
diff options
context:
space:
mode:
authorGravatar Damien Martin-Guillerez <dmarting@google.com>2015-05-26 13:02:08 +0000
committerGravatar Laurent Le Brun <laurentlb@google.com>2015-05-27 16:41:12 +0000
commit2f54b058a3b1383a828ebdc6d60d1b20e2dcfccb (patch)
treee467db4bb4bd6166b68e0cfce6cc9632743261e0 /third_party/java/dd_plist
parent991ba95afeead6a6c18b622bf839bc8f09135166 (diff)
Added BUILD files for X-code / Objective-C tooling
-- Change-Id: I700baf9056bcb75c87579136fc764e84a5286c55 Reviewed-on: https://bazel-review.googlesource.com/#/c/1370/ MOS_MIGRATED_REVID=94465718
Diffstat (limited to 'third_party/java/dd_plist')
-rw-r--r--third_party/java/dd_plist/BUILD8
1 files changed, 8 insertions, 0 deletions
diff --git a/third_party/java/dd_plist/BUILD b/third_party/java/dd_plist/BUILD
new file mode 100644
index 0000000000..c1efb9628b
--- /dev/null
+++ b/third_party/java/dd_plist/BUILD
@@ -0,0 +1,8 @@
+package(default_visibility = ["//visibility:public"])
+
+licenses(["notice"]) # MIT
+
+java_library(
+ name = "dd_plist",
+ srcs = glob(["java/**/*.java"]),
+)