[roll] Roll fuchsia [llcpp] Move traits to a template.

Move type traits 'Type', 'MaxNumHandles', 'PrimarySize',
'PrimarySizeV1', 'MaxOutOfLine', 'MaxOutOfLineV1', 'HasPointer',
'HasFlexibleEnvelope', and 'MessageKind' to the specialized template
fidl::TypeTraits so that they can't collide with user-defined type
names.

Original-Fixed: 90980
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/632466
Original-Revision: 0905e60babcb7616caeef882605aabba5bf8212a
GitOrigin-RevId: 12223e73edbca66d609bf0a723737efccb39a8bc
Change-Id: Id207901dccb0ac33a09618ff5c867313096b3270
1 file changed
tree: e25ce3fc08140ce1ba853c29d2bc41d5272a11fb
  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.