tree: ab271687c897b5c9d3ca77ab06b6b6ebeb11c35b [path history] [tgz]
  1. objc/
  2. protobuf/
  3. BUILD.bazel
  4. LICENSE
  5. README.md
third_party/rules_protobuf/README.md

Bazel Skylark rules for building protobufs for ObjC

This is a minimal fork of Rules Protobuf that supports building protobuf for ObjC.

Tink needs temporarily depend on these rules because objc_proto_library is not working properly. See https://github.com/bazelbuild/bazel/issues/1802.

Once either Bazel or Protobuf team fixes objc_proto_library, these rules can be removed.