[roll] Roll fuchsia [codec] Replace system_clock with steady_clock

In order to wait for a set amount of time we should use steady_clock instead
of system_clock. steady_clock is guaranteed to be a monotonic clock. Currently
we were using system_clock which is only guaranteed to be monotonic iff
is_steady is true which is platform dependent.

Original-Fixed: 99758

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/675345
Original-Revision: 4aa6b5094d508d87f019df84a5629f90cc7e9a72
GitOrigin-RevId: 8d136aac9af203b633f6cc88012d9ac4ec7879b5
Change-Id: I9c21a1f6486ea21e43d25ed029ee133cebb1a589
1 file changed
tree: 4edc0a61d237598578196245a81c7249b6b02635
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. 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.