[roll] Roll fuchsia [net-types] Build Cargo features in GN

Create a GN target for the no-std version of net-types (with the "std"
feature disabled). Ensure that both the target with this feature enabled
and the target with it disabled are built and tested in GN. While the
"std" feature is used by all in-tree code, future in-tree code may
disable it, and once we publish on crates.io, external dependents may
disable the it. Thus, it's important to prevent it from bitrotting.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/720041
Original-Revision: e6f5086a943c8023f007c2e5906c871f9bfce75a
GitOrigin-RevId: dfedde62e65613d3b78acbdaf69f9c986b383c27
Change-Id: I5f56f5bba1ca16addab8aa1faa81e3dd404afaff
1 file changed
tree: 32c45155aaa57d0d35574f1d1000c31e13990a36
  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.