[roll] Roll fuchsia [audio][aml-g12-tdm] Move ctor out of line for C++23 compatibility In C++23, std::unique_ptr<T> can't be instantiated when T is an incomplete type. This requires moving method bodies or member initializers that involve unique_ptr types out of line so that they aren't evaluated until the types are all complete, unless forward declarations of incomplete types are avoided completely. Original-Bug: 459923005 Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1546540 Original-Revision: acdd838e25eb0674d435d7a51c5a7712c9a4a7cc GitOrigin-RevId: 35d184c1a8b7fd7a377ead146d428317e7c0c7d0 Change-Id: I137a74b30087362500ca0c302d6a55065d813beb
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 in one of the communication channels documented at get involved.
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.