[roll] Roll fuchsia [fidl][cpp] OutgoingToIncomingMessage requires non-transactional messages

In the next CL we will introduce a non-transactional version of
|IncomingMessage|, a class managing the body portions of FIDL
transactional messages. Non-transactional uses of |IncomingMessage|
would move to that class. Because of that, we have
to make a choice whether the |OutgoingToIncomingMessage| utility
returns the transactional message class or the non-transactional one.

Because more production uses of that utility are non-transactional, this
CL makes that a requirement.

Original-Bug: 82681

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/709463
Original-Revision: 49ab2c992a68b05eb08d5960b057799dd8a1f774
GitOrigin-RevId: d99aff7a3dfb9ae7b8be3a34c58c6a96151d7c60
Change-Id: Iadd5ff3e0ef9ae3d0e509017ec7434885a7e716d
1 file changed
tree: c5a2c73dd5c4fab8c3e4bef122a12eeb886006f1
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

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.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.