[roll] Roll fuchsia [debug_agent] Modernize the DebugAgent protocol

Previously, this protocol was closed and strict, which meant we could
not extend the protocol over time. After this CL, the protocol is open
and flexible, which means we can add and remove methods without breaking
binary compatibility.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/934217
Original-Revision: f029983217567be0f15d038e29ab69f1a93727a2
GitOrigin-RevId: efda243a49fa4f7f708444fde50f6b672530280a
Change-Id: I8999ce488203ff9399048bbd032c380aa6eeb900
1 file changed
tree: 298a1a675274fdc041a2e693167bfca1ad97f5bb
  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.