aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/java
diff options
context:
space:
mode:
authorGravatar Rumou Duan <rduan@google.com>2016-04-29 20:32:56 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2016-05-02 09:09:50 +0000
commitf5a73c6d5cbea16d865a79638bb08606890bc647 (patch)
tree220d68106d455924d8f9399811092db94c9fd487 /third_party/java
parent9c054bf6fa98de8616bc199bcb2a7550c31ca764 (diff)
Clean up J2ObjC proto support.
-- MOS_MIGRATED_REVID=121146085
Diffstat (limited to 'third_party/java')
-rw-r--r--third_party/java/j2objc/BUILD7
1 files changed, 0 insertions, 7 deletions
diff --git a/third_party/java/j2objc/BUILD b/third_party/java/j2objc/BUILD
index 747562e416..bb1cd5c565 100644
--- a/third_party/java/j2objc/BUILD
+++ b/third_party/java/j2objc/BUILD
@@ -49,10 +49,3 @@ objc_library(
],
deps = ["@bazel_j2objc//:jre_emul_archive"],
)
-
-# Proto support is a work in progress.
-# We put an empty filegroup here so Bazel analysis doesn't fail.
-filegroup(
- name = "proto_runtime",
- srcs = [],
-)