[roll] Roll fuchsia [feedback] Migrate from zx::time to zx::time_monotonic

zx::time is ambiguous when reading code and should be avoided.
zx::time_monotonic or zx::time_boot should be used instead.

Original-Fixed: 374353355
Tested: `fx test //src/developer/forensics`
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1152157
Original-Revision: a534932b7768b7258bc37558602ff18b50d2be06
GitOrigin-RevId: 0a9cc4e39ae95c15b9b6599ec2f3fbd77119ecfb
Change-Id: Ief582530c2b82b223343d22e05d781f4a79e8219
1 file changed
tree: c7d866a002ed7425ae7c99051fd984e1446edbff
  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.