Commit 14c8f8ac authored by Jisi Liu's avatar Jisi Liu

Uncomment objc tests

parent a33fa8ed
...@@ -124,13 +124,13 @@ cc_library( ...@@ -124,13 +124,13 @@ cc_library(
deps = [":protobuf_lite"], deps = [":protobuf_lite"],
) )
# objc_library( objc_library(
# name = "protobuf_objc", name = "protobuf_objc",
# hdrs = ["objectivec/GPBProtocolBuffers.h"], hdrs = ["objectivec/GPBProtocolBuffers.h"],
# includes = ["objectivec"], includes = ["objectivec"],
# non_arc_srcs = ["objectivec/GPBProtocolBuffers.m"], non_arc_srcs = ["objectivec/GPBProtocolBuffers.m"],
# visibility = ["//visibility:public"], visibility = ["//visibility:public"],
# ) )
RELATIVE_WELL_KNOWN_PROTOS = [ RELATIVE_WELL_KNOWN_PROTOS = [
# AUTOGEN(well_known_protos) # AUTOGEN(well_known_protos)
...@@ -470,6 +470,8 @@ java_library( ...@@ -470,6 +470,8 @@ java_library(
# Python support # Python support
################################################################################ ################################################################################
# Requires: six for python 2/3 compatibility. `pip install six`
# Hack: # Hack:
# protoc generated files contain imports like: # protoc generated files contain imports like:
# "from google.protobuf.xxx import yyy" # "from google.protobuf.xxx import yyy"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment