aboutsummaryrefslogtreecommitdiffhomepage
path: root/third_party/java/j2objc
diff options
context:
space:
mode:
authorGravatar Michael Thvedt <mthvedt@google.com>2015-09-18 20:53:07 +0000
committerGravatar Damien Martin-Guillerez <dmarting@google.com>2015-09-21 08:59:18 +0000
commit0796d40a1c4bc84a53d5253a3f628f53fb9cdedc (patch)
tree1434f9791082571639c802d4231460b86a2c7d2e /third_party/java/j2objc
parentf172d396bbab9dec8f6beda0b0969f33a25709cd (diff)
Stub out proto_runtime so Bazel analysis doesn't fail for j2objc_library targets.
-- MOS_MIGRATED_REVID=103413644
Diffstat (limited to 'third_party/java/j2objc')
-rw-r--r--third_party/java/j2objc/BUILD7
1 files changed, 7 insertions, 0 deletions
diff --git a/third_party/java/j2objc/BUILD b/third_party/java/j2objc/BUILD
index 1655261605..0ea75a032a 100644
--- a/third_party/java/j2objc/BUILD
+++ b/third_party/java/j2objc/BUILD
@@ -42,3 +42,10 @@ 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 = [],
+)