[roll] Roll fuchsia [fidl_fuchsia_net_interfaces_ext] Support BTreeMap

This change implements `Update<S>` for both
`BTreeMap<K, PropertiesAndState<S>>` alongside the existing
implementation for `HashMap<K, PropertiesAndState<S>>`.

Later changes will use the `BTreeMap` to hold interface properties and
state to leverage the defined ordering of `K`.

Cq-Include-Trybots: luci.fuchsia.try:fuchsia-coverage
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/869861
Original-Revision: 9ad5f2d03d6a39cd07be42e7c68580d1f9c8ba68
GitOrigin-RevId: 37765bf125abc85660d4b7ea688daaafad9d3510
Change-Id: Ifff3760f89f59cf30459f903793a69a052dd2a4e
1 file changed
tree: 94c4f7bc31cf31440b30b497278562dde6b9204e
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.