[roll] Roll fuchsia [fuchsia.io] Deprecate Node.GetAttr

Rename Node.GetAttr -> Node.DeprecatedGetAttr. Also point to replacement
method in documentation.

This will be the first step to removing Node.GetAttr. There are
out-of-trees servers that serve this method and we need to maintain
compatibility across API levels. After this, we will ramp down support
for older API levels that still rely on this method. Once there are no
prebuilt components that depend on this method, it can be removed from
fuchsia.io.

Original-Bug: 402524952
Test: No functional change, rename only.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1273825
Original-Revision: c436ac07e7a25f1399e29de3ec65831a071bbff7
GitOrigin-RevId: d99a6185fd08032acc4dae6feef4abd4d1fac1e3
Change-Id: I01bc1f5e177bfd996647e0c81d12f41bf4ed8dc0
1 file changed
tree: 5c68ab07fd8458a34da504970e3988004865b9e3
  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.