[roll] Roll fuchsia [settings] Remove the Role trait from MessageHub

In practice the role trait is always service::Role, we can simplify
things by just using that. Most instances of the Role generic param
weren't actually necessary, so we remove those.

Tests: fx test setui_service_tests
Original-Fixed: 118260

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/781525
Original-Revision: 9d85c63c00dc0b2ac276e45cb14a82d0441f5334
GitOrigin-RevId: 83c21c74894870de5cb45e2425c131756a34ddbe
Change-Id: I9d6a9ed7366728a1b708e547b32c8390f0bed685
1 file changed
tree: 715dfc6b47cdd0eb6f43e990b509ee280875d9e2
  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.