aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/java/j2objc/BUILD
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/java/j2objc/BUILD')
-rw-r--r--third_party/java/j2objc/BUILD6
1 files changed, 6 insertions, 0 deletions
diff --git a/third_party/java/j2objc/BUILD b/third_party/java/j2objc/BUILD
index 75dc70e867..62a6faaae0 100644
--- a/third_party/java/j2objc/BUILD
+++ b/third_party/java/j2objc/BUILD
@@ -20,6 +20,12 @@ package(
default_visibility = ["//visibility:public"],
)
+filegroup(
+ name = "srcs",
+ srcs = glob(["**"]),
+ visibility = ["//third_party:__pkg__"],
+)
+
java_library(
name = "annotations",
srcs = ["@bazel-j2objc//:annotations"],