commit | f2bbc3bb3185423e98f56a8d9d1a8c63d2557a88 | [log] [tgz] |
---|---|---|
author | Tamir Duberstein <tamird@google.com> | Thu Jul 29 11:46:44 2021 -0400 |
committer | Tamir Duberstein <tamird@google.com> | Thu Jul 29 12:24:37 2021 -0400 |
tree | f69f5355133b99e953f7997c0de488cb0dc2ef81 | |
parent | b041372447fd45478fe5c6aa0f77c72545712d58 [diff] |
Match build definitions to v3.13.0.1 This is a downgrade; it allows us to sidestep the ambiguity introduced in https://github.com/protocolbuffers/protobuf/commit/a6985e5 with the use of UNLICENSE. Change-Id: I659f3f77807455644caf4e3bacae6f1a316c500e
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.