[roll] Roll fuchsia Revert "[lsc] Migrate all clients of fuchsia.sys2.ComponentResolver"

This reverts commit 28e39762b3aaec2c3d3bf4d1b29fbb87ca1e1848.

Reason for revert: b/227016951

Original change's description:
> [lsc] Migrate all clients of fuchsia.sys2.ComponentResolver
>
> This LSC migrates all usages of the `fuchsia.sys2.ComponentResolver`
> protocol to `fuchsia.component.resolution.Resolver`. The latter is in
> the SDK and the former will be removed after this CL. This was done
> in an LSC, instead of a soft transition for the following reasons:
>
> * All usages are in-tree, so we're confident that nothing will break.
> * The change is mechanical. That is, it only changes one namespace to
> another, and as such it's fair to assume that nothing will break.
> * A soft transition would have greatly slowed down the rollout
> of `fuchsia.component.resolution.Resolver`.
> * It would have been tricky to have `component_manager` support
> consuming both protocols at the same time.
>
> Original-Bug: 94581
>
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/656983

Original-Bug: 94581 , b/227016951
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/663143
Original-Revision: 3a8e4b43c625a520b188f68b8cf45d0041de2d8e
GitOrigin-RevId: f568aac0fe4e7ad90a41fcd4ee80cdd5abb8ef33
Change-Id: I6c7b192425e7f4668aa62c5b23759070e036d1a5
1 file changed
tree: 3b29ffdef6bb765024b34249d231e3deef7daecd
  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.