[roll] Roll fuchsia [ffx] refactor component_debug out of librcs

The ffx build graph shows that librcs depends on component_debug, but that is used by one function: `open_toolbox()`, and even then, only in "legacy" (non-FDomain) code. The function used, `open_instance_directory()`, itself is roughly a wrapper around RealmProxy::open_directory(). So let's try just copying the implementation (ugh). We'll be sure to remove it when we get rid of the non-FDomain code.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1276863
Original-Revision: 85fae74af4f004b997be172d547b1f3f0cf8b968
GitOrigin-RevId: 56123b4bd1b94e04b684fad1873dbf6b73287288
Change-Id: If1db1d8cd81f637ad01f79481451b395f97c9f0f
1 file changed
tree: 57f6e41477e90dada5b1e40d09cd31dad1d1a7b4
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
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 in one of the communication channels documented at get involved.

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.