[roll] Roll fuchsia [network] Fix GN arg to enable NS2 tracing

Now that the selection of which netstack to use is a part of product
assembly, the GN arg to enable tracing which switches the netstack
package in `//src/connectivity/network:netstack` no longer works for
enabling tracing in NS2.

Fix this by having the GN arg switch out the component in the
`netstack2` package (which is selected by product assembly) for the
component with tracing enabled when `enable_netstack2_tracing` is true.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/818110
Original-Revision: d33351d16b6511a0e9ea44baeef1a19db205b807
GitOrigin-RevId: 02f265edfea5d8ab20935a2d621f94ca8252b289
Change-Id: I2217af0b958d3fd13a4a46b7a7d831971be3892b
1 file changed
tree: d50c50a0f4d60118455703a5a02bf50b187be92c
  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.