[roll] Roll fuchsia [memory] Plumb a stub FIDL protocol from elf_runner to memory_monitor

The intention of this change is to unblock refactoring memory monitor
to shift task of collecting ELF process memory information to the ELF
runner, which runs almost all ELF process in the system.

The fuchsia.memory.report.SnapshotProvider protocol is just a stub at
this moment. It will will be fully defined and used by memory_monitor
in fxrev.dev/936813 and onwards. This CL only adds the plumbing.

Test: ran `ffx component route core/memory_monitor` and verified routing
is successful.
Original-Fixed: b/307580739

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/937225
Original-Revision: c71b0b3410e25ed4f0af50c3fb750cffb422e2ff
GitOrigin-RevId: 24495356d93426dd8864a206e42fcefca10fc73e
Change-Id: Iee207b5a1f2921a25bfe3a08a7dfc87c9ff3dc53
1 file changed
tree: bcbdde08ad2a4e1ee31a65d38f188813124d97f1
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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 via the IRC channel #fuchsia on Freenode.

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.