[roll] Roll fuchsia [superproject] Roll antlion Update args passed to Honeydew's create_device() call

Transport arg will be removed and in-place "config" arg has been added.
So instead of passing "transport=TRANSPORT.FUCHSIA_CONTROLLER", we need
to pass below config:

config={
	"affordances": {
        	"wlan": {
                	"implementation": "fuchsia-controller",
                },
       },
}

More info on this is @ fxr/1125093
Once fxr/1125093 is merged, remove passing "transport" argument
altogether

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/antlion/+/1127964
Original-Revision: 7a56eda74eda6b841ee35baafdd55262218a21e2
GitOrigin-RevId: 6127a698212f595846187fb7ac308bf5c3d60efa
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1128338
Original-Revision: c5551c808e50791c404b7c2e41b77aac60baa42f
Change-Id: I2eebdc2ef01e9eab66567c68a5911057a98f3359
1 file changed
tree: 84865231b6829cdec95f7801820e297990ce5845
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.