Suppress build error in the -std=c++20 mode The current version of protobuf uses macro that has been deprecated in C++20. This issue has been addressed in upstream but Fuchsia does not yet include this change so suppress the error temporarily. Bug: 113702 Change-Id: I11e26b4f06427d55ee0b79993c2a62325915f8d2
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.