[roll] Roll fuchsia [ld] Complete io2 migration

Migrate hand-rolled FIDL requests to new Open method:

 - fuchsia.io/Directory.DeprecatedOpen -> Open
 - fuchsia.io/Node.DeprecatedClone -> fuchsia.unknown/Cloneable.Clone

The replacement methods are already available at all supported API
levels, and are fully implemented by all servers.

Move implementation of the debug data forwarding into the same source
file to allow reuse of various helper functions, and to bring the
implementation of all `Debugdata` functions together.

Original-Fixed: 377925648
Original-Bug: 378924259
Test: fx test //sdk/lib/ld
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1203305
Original-Revision: 12276fbe3f9510b761427ee1358b07eb4a987699
GitOrigin-RevId: a1c414621a0c5b958073f9e9d9940a34580041a8
Change-Id: I0561e11a0f0109b55a3211dd6521177fc4092014
1 file changed
tree: b7697be055f736ef6629250e33298fcc202d532f
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cts
  6. firmware
  7. flower
  8. jiri.lock
  9. MILESTONE
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. test_durations
  15. 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 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.