Include zero_copy_stream_impl in protobuf_lite

This is what is done upstream[0].

[0] https://github.com/protocolbuffers/protobuf/blob/909a0f3/BUILD#L147

Bug: 70570
Change-Id: I29dce259d13457c9c4bcbfcfc6936fc759154ee5
1 file changed
tree: 30f9912561641be89bd2d51d24e5bbc29339c697
  1. test/
  2. AUTHORS
  3. BUILD.gn
  4. CONTRIBUTING.md
  5. LICENSE
  6. OWNERS
  7. PATENTS
  8. proto_library.gni
  9. protoc_wrapper.py
  10. README.md
README.md

Protocol Buffers GN Build Support

This repository contains GN build system support for Protocol Buffers. It's in its own repository because it needs to be shared by Fuchsia and Cobalt.

This repo should be checked out such that:

  • It is in //build/secondary/third_party/protobuf.
  • Protobuf is in //third_party/protobuf.
  • //.gn contains secondary_source = "//build/secondary/"

See the GN documentation on secondary_source.