[roll] Roll fuchsia [netemul] Add network_context component

This CL introduces a binary and v2 component wrapper around the
networy_context C++ library from netemul v1. To provide
fuchsia.netemul.network/NetworkContext to clients of netemul, it also:
- introduces a v2 network-tun component
- introduces a v2 isolated-devmgr component

The `netemul-sandbox` launches the `network-context`, `network-tun`, and
`netemul-devmgr` components inside a child realm at runtime for each
connection to `fuchsia.netemul/Sandbox`.

Original-Bug: 72402
Test: fx test -d netemul-v2-tests
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/508640
Original-Revision: 5cad3cddf1e856b67dece57adb437af46c5a114f
GitOrigin-RevId: dfe560c182d36857c5f46b62a15d88db5c7cdde1
Change-Id: I1971c1873f13ce593bcad573593fd5a91378ab6b
1 file changed
tree: 162ed1a2487468e3ecfadbcafefff5be196e0f7a
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
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.