[roll] Roll fuchsia [wlantap] Use domain object conversion support from FIDL

Wlantap needs to convert a wire C++ domain object to HLCPP.
Instead of manually encoding and decoding messages, we can use
builtin conversion functions to achieve the same.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/711542
Original-Revision: a78898723b6291a5f03ffabe973bc4ac98cba5dc
GitOrigin-RevId: cea534cebd0aadadab2d754d18c7949101764ba2
Change-Id: I5480b26cb703d409c421dd1b1afe74970001d125
1 file changed
tree: 68fb1e09aac879a4fe4bf03e11650e467ac3f8bf
  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.