aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Jisi Liu <jisi.liu@gmail.com>2015-10-20 15:18:20 -0700
committerGravatar Jisi Liu <jisi.liu@gmail.com>2015-10-20 15:18:20 -0700
commit53a56be4c49174bc2697d648b3d41ff141fee1d7 (patch)
treea87b20c034913c8f0ceaf4e3a603456989a2cd0a /BUILD
parent04658a3c24e1f4b7e1142843bb0a33d55e4f821f (diff)
Change the impl rule include to includes.
We need to use the list to indicate field presense. The field must only contain 0 or 1 string element.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD14
1 files changed, 7 insertions, 7 deletions
diff --git a/BUILD b/BUILD
index 4ccf9a6e..7f78a409 100644
--- a/BUILD
+++ b/BUILD
@@ -124,13 +124,13 @@ cc_library(
deps = [":protobuf_lite"],
)
-objc_library(
- name = "protobuf_objc",
- hdrs = ["objectivec/GPBProtocolBuffers.h"],
- includes = ["objectivec"],
- non_arc_srcs = ["objectivec/GPBProtocolBuffers.m"],
- visibility = ["//visibility:public"],
-)
+# objc_library(
+# name = "protobuf_objc",
+# hdrs = ["objectivec/GPBProtocolBuffers.h"],
+# includes = ["objectivec"],
+# non_arc_srcs = ["objectivec/GPBProtocolBuffers.m"],
+# visibility = ["//visibility:public"],
+# )
RELATIVE_WELL_KNOWN_PROTOS = [
# AUTOGEN(well_known_protos)