[roll] Roll fuchsia [component_manager][config] Remove duplicates on vector merges

It's unclear how Component Framework would respond to duplicate
strings, so its simpler to remove them.

The deduping process is updated to sort and then dedup instead
of using a hashmap. The main benefit of this is that the
returned vector is sorted, which gives it a deterministic
output, so it is easier to test and compare.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/931072
Original-Revision: 4d50d0350de07bfd36cd425b7c82889e29a88e80
GitOrigin-RevId: a42447d5d7adbf854f576b5a44d5eed7411aaabf
Change-Id: I02cb5387ddc69357f5e830735cc58eee858725c7
1 file changed
tree: face8d313a59883b91d0828e1780b8eca8870d67
  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.