[roll] Roll fuchsia [network] Use non-heap allocating fit::bind_member

It was recently discovered that fit::bind_member heap allocates.
This CL switches usages of fit::bind_member over to a new non-heap
allocating alternative implementation. In the future, the old heap
allocating fit::bind_member will be removed.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/629565
Original-Revision: 4c19474fc60386c7ae340b54fbb145afa0b8d3a6
GitOrigin-RevId: af4908d2a6701cdbcc075230cc36afe0dd6e43f3
Change-Id: Iad46b1baada6a8fb87069d43f4f8d6256e6659a5
1 file changed
tree: c26c8287b16a869ad08e8b88a2ab79419bd6b925
  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.