commit | d6d4a776d17860d4438d2a1fed77f9070e89a031 | [log] [tgz] |
---|---|---|
author | Ian McKellar <ianloic@google.com> | Thu May 25 20:49:52 2023 +0000 |
committer | Ian McKellar <ianloic@google.com> | Thu May 25 20:49:52 2023 +0000 |
tree | 7a6635d4028d96a78d7d0f56dd4390b0c16c1314 | |
parent | f872f05cb0378eef9a7a2609076929f0f35b4141 [diff] |
[protobuf] Add a protoc target in all toolchains I need to be able to refer to the host toolchain target's protoc target from any toolchain without having to spell $host_toolchain. This is to allow some mixing of Fuchsia & Pigweed build systems. This just creates a target in non-host toolchains that forwards to the host toolchain. Change-Id: Ib28496777f0f62d013dac95d3c14901b2f009e06
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:
//build/secondary/third_party/protobuf
.//third_party/protobuf
.//.gn
contains secondary_source = "//build/secondary/"
See the GN documentation on secondary_source.