[roll] Roll fuchsia [ktrace_provider][fixit] Migrate off deprecated C bindings

This CL changes ktrace_provider to use the new FIDL C++ bindings (the
wire sync flavor) instead of the deprecated C bindings. All it used them
for was to call fuchsia.boot/ReadOnlyLog.Get().

Test: fx build ktrace_provider
Original-Bug: 95833
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/798587
Original-Revision: 39c3f383f8c269e05890ac065ffa4af4d88dddb0
GitOrigin-RevId: 0a4d81bbfea253bcb7fe08a606dc326ba5374f63
Change-Id: I393808a5aa0b68768e7fdad873515b2a3844c1ae
1 file changed
tree: ae42e393e706c89c40cc02a44fad08a22ff145f6
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. test_durations
  13. 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.