commit | ec6b469bdf6b5a0b77a3d4d6f71b5482f7e5cab8 | [log] [tgz] |
---|---|---|
author | Tamir Duberstein <tamird@google.com> | Thu Feb 23 12:06:14 2023 -0500 |
committer | Tamir Duberstein <tamird@google.com> | Thu Feb 23 14:24:44 2023 -0500 |
tree | 6ea98db7090284725e1ca13c37ca21a4444f711f | |
parent | 390a1c9bd6fe63f0ca474ac1bc1bc23033e1ecf8 [diff] |
Update for protobuf v3.21.12. Note that upgrading any further is going to be a *lot* of work; starting with v3.22 protobuf depends on abseil with a significant rewrite of protobuf's build system. Bug: 100947 Bug: 113702 Fixed: 113708 Change-Id: I379096ee2e052785a24b6e3c14c72c150893ae0c
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.