[roll] Roll fuchsia [usb-cdc-ecm] Remove unused netdev dependency

The build file for usb-cdc-ecm had a dependency on
fuchsia.hardware.network.driver banjo that was not used. The usb-cdc-ecm
driver still uses the older ethernet protocol.

Remove the unused dependency. Future migrations to use netdevice should
use FIDL instead of Banjo.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1422519
Original-Revision: 550635ddc1ca624ae4a355628d0e89043d040b5f
GitOrigin-RevId: 9f80abb85d0dad0eb3482d533e9ce323a387b7a1
Change-Id: I2d93d16a025b223128dbfe117f329825252c63e8
1 file changed
tree: 0ee8de35be13dc981a9653fb5c91414d089a9d62
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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 in one of the communication channels documented at get involved.

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.