[roll] Roll fuchsia [component_manager][services] Merge FilteredServiceDirectory into AggregateServiceDirectory

These types implement redundant functionality and have no reason to be
separate. A filtered service directory can be expressed as an aggregate
service directory with one source component.

At the same time, resolve an inconsistency: FilteredServiceDirectory
supported renamed_instances while AggregateServiceDirectory didn't. Now
AggregateServiceDirectory supports it.

Original-Bug: b/294909269
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/906925
Original-Revision: 9d23c43c08ec2fd2efd20d4c2669200104ec404a
GitOrigin-RevId: 8aa61124dd8d47f9ccaad9e4db1499a95260a61e
Change-Id: I62b4a29bb0709f84d821652d207675112ef0745c
1 file changed
tree: c19a75c3079c9f4fb65742981898f521b1de1f5d
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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.