[roll] Roll fuchsia [fuchsia.sys2] Rename RealmQuery.Open -> DeprecatedOpen

Although RealmQuery.Open was removed at API level 25, there still remain
a lot of usages throughout the codebase, and new instances still keep
cropping up. In an effort to discourage this and to make identifying
the remaining instances easier to find, we rename Open to
DeprecatedOpen.

Likewise, we follow the same pattern for the deprecated StorageAdmin
method OpenComponentStorageById. To improve readability of the FIDL
files, we also move the deprecated/removed protocol functionality to the
end of the protocols they are defined in.

Although this requires rewriting history, this shouldn't be a breaking
change for any clients, since the method was already removed at API
level 25, and all servers are in the platform.

Original-Bug: 331322369
Test: No functional change.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1162332
Original-Revision: 6c1ebdc930c87f582cd130e8c8804deaf2434175
GitOrigin-RevId: 3392c0be14d473b3cb8569248abd04de451f6de7
Change-Id: I7ad88658afea19ba1efd68c4a9ad7a49724b733f
1 file changed
tree: 0372d807adb1e2ddb65b117e192c65722369c8ca
  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.