commit | 49461ee009ab61a43a95f0d186d225077587e044 | [log] [tgz] |
---|---|---|
author | Paul Daniel Faria <paulfaria@fuchsia.infra.roller.google.com> | Wed Jun 23 17:17:19 2021 +0000 |
committer | Copybara-Service <copybara-worker@google.com> | Wed Jun 23 10:18:47 2021 -0700 |
tree | 8dbf3facc3396bfdf4e168a5e871592726c5fe82 | |
parent | 9668ee8d1fe1da417743cfc659d1b6d74e336e6a [diff] |
[roll] Roll fuchsia [setui] Replace message hub macro with traits This CL replaces the message hub definition macro with traits that allow easy analysis of code within IDEs. Macro support is somewhat limited and can also slow down compilation with excessive use. In this case the only added complexity is the required import of the MessageHubUtil trait, which seems like a minor cost to pay for increased ease of navigatin in IDEs. Original-Bug: 79189 Tests: fx test -o setui_service_tests Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/546242 Original-Revision: 4524b3805e081e1404d417bb791d622a47301c28 GitOrigin-RevId: 2b0cada9463b9462c5d733b5c698353429e6a30c Change-Id: Ibd51deb6dd022dc7b990440d845bfb1022758972
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party
.