[roll] Roll fuchsia Revert "[services] Obfuscate aggregated service instance ids"

This reverts commit 42c722517227d8058a34fac64708a8eae7fa9020.

Reason for revert: Tests are flaking fxb/125350, fxb/125351, fxb/125346

Original-Bug: 125350, 125351, 125346

Original change's description:
> [services] Obfuscate aggregated service instance ids
>
> Previously, instances in services exposed from collections were named
> by combining the source component instance name with the service
> instance name, e.g.
>
> /svc/fuchsia.example.Foo
>     foo,default
>     foo,qwe
>     bar,default
>
> These instances now have a randomly generated UUID name:
>
> /svc/fuchsia.example.Foo
>     7731ac32100e4437a56b7931ed89c056
>     1587c7e0af284b49930679ee1b8168b4
>     2f9d3c574a884cedab6a816ccace51dc
>
> This avoids expose monikers to clients, which break encapsulation and
> form an unstable ABI.
>
> Original-Bug: 4776
>
> Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/813370

Original-Bug: 4776
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/834937
Original-Revision: 697e158762c7e7a2b086eadf4188d623bae6864f
GitOrigin-RevId: 8929188e9398ce8999402daab8e3ff88bbdce4e8
Change-Id: I9ffc178fcb4423bff086c660b57649122b34e366
1 file changed
tree: 4b057a14401610b9839be144d0e25451e4ce0399
  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.