commit | ca669f79945418f6229e4fef89b666b2a88cbb10 | [log] [tgz] |
---|---|---|
author | Eric Seidel <eric@shorebird.dev> | Wed May 17 10:32:55 2023 -0700 |
committer | Eric Seidel <eric@shorebird.dev> | Wed May 17 10:41:35 2023 -0700 |
tree | 29eaa27132ad46ac66f6162bc50ba6296cbc6684 | |
parent | f872f05cb0378eef9a7a2609076929f0f35b4141 [diff] |
[protobuf] Supress deprecated-declaration warning on Mac Mac has deprecated sprintf, combined with -Werror this makes the protoc build fail. BUG=https://github.com/dart-lang/sdk/issues/52407 Change-Id: I7f376bb91fb9d7ebc61c85e65187858e81189c1a
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.