[roll] Roll fuchsia [fidl] Type-safe support for monotonic and boot instants

This change generates C++ and Rust FIDL bindings that require the usage
of `zx::basic_time` and `fuchsia_zircon::{Monotonic,Boot}Instant` when
using the zx::Instant{Mono, Boot} types.

Uses the terminology interoduced in the Kernel Boot Time RFC:
https://fuchsia.dev/fuchsia-src/contribute/governance/rfcs/0260_kernel_boot_time_support?hl=en

Original-Bug: 361661898
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1122098
Original-Revision: 082531a2c8e1274c85404bf529d580bf761e69d3
GitOrigin-RevId: d45a59d3b723c5703042acfae2f69ed68cd1e084
Change-Id: I9850b7a4280ca60ee13c4987f6370f2c0c40c651
1 file changed
tree: 2af7b2d0ec580956e12a643851b1f70960f4bb74
  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.