[roll] Roll fuchsia [fidl][llcpp] Move ALIGNDECL off Wire_<T> types

This is safe to do because actual transactional message decoding and
encoding is now handled by the wrapping `internal::Transactional_<T>`
types, which include a 16-byte `fidl_message_header_t` field followed by
a `body` field holding the corresponding `Wire_<T>` type. This ensures
that all message bodies are still aligned in practice.

After this change, `Wire_<T>` LLCPP types are always identically shaped
to their underlying types. This paves the way for making `Wire_<T>` a
simple alias to its underlying struct (and later, table/union), rather
than a very similar but unrelated type system construct.

Test: fx test
Original-Bug: 88343
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/650809
Original-Revision: 25c26176c023d7343e2b0d6612f18da934a75eaf
GitOrigin-RevId: c513d151994e2e00eda7395449b7e331d2f3033d
Change-Id: Iae921e9e6d382e7fdaafd54e8b085fe9d395c592
1 file changed
tree: 6b4f77d3f0d53bdb44ee98d03278312624ccd711
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.