[roll] Roll fuchsia [dash_launcher] Reorganize code

Used consistent types (FIDL proxies instead of client ends)
and structured the code in a more logical way.

Updated binary rust edition from 2018 -> 2021.

This change makes it easier to follow the code and add
features in future CLs.

Also added new tests.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/701502
Original-Revision: 0d33f3475b8c8489d7e627e18a077f48399d70cb
GitOrigin-RevId: 2d529401eb123a6b41571f544af2b1030a907eea
Change-Id: I5047b9cb085a0ad3d72b933be3381f8f5329458f
1 file changed
tree: aadd2379c09b1c7f2c1a4ba48f8cfae019b8ee9c
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.