[roll] Roll fuchsia [fuchsia.io] Deprecate fuchsia.io/Node.Clone

Rename `Node.Clone` to `Node.DeprecatedClone` as we intend on removing
this method from `fuchsia.io/Node`. This also allows us to rename
`fuchsia.unknown/Cloneable.Clone2` to simply `Clone`, and discourages
new uses of the deprecated method from `fuchsia.io`.

There remain a handful of usages within storage-owned tests. These will
be addressed in follow-up changes leading up to removal of
Clone/DeprecatedClone.

Original-Bug: 324080864
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1156194
Original-Revision: c7a68bdd64deb8b15c344904bc027921fb3531c5
GitOrigin-RevId: 5a5ee02cdf0d50f31185a498f84b587981881a16
Change-Id: I29f6cc8d093f4e5901ead43d550fc07b0254776b
1 file changed
tree: 4360096639d850f24849818094d66359f9136097
  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.