[roll] Roll fuchsia [zxio] Move inception.h into cpp section of include dir The zxio library has a primarily C interface and wraps declarations in extern "C" blocks for use from C++. The inception.h header includes several C++ definitions and can only be used by C++. This moves the header into the cpp/ subdirectory to match our naming convention and removes the extern "C" block from this header. This leaves a forwarding header in the old location with a C++ check to ease the transition for out-of-tree users of this header. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/535274 Original-Revision: 0d489f33c7909abc8b8dfd50b3d44a69aa7a00ee GitOrigin-RevId: 91425f39866f4819b3dba180bbcde17c2ce00d26 Change-Id: If4803a4473892d36c7bae6ba5806a7e0f1656049
This repository contains Fuchsia's Global Integration manifest files.
All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.
Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.