[roll] Roll fuchsia [time][utc] Adds the UTC adjustment API

Introduces `fuchsia.time.external/Adjust`, a new API that allows
a component to report its UTC estimate to the Fuchsia core.

This API departs from the `TimeSource` for resource efficiency
reasons.  The `fuchsia.time.external/TimeSource` API was designed
for a different resource consumption profile than what we have
today. This prevented its direct reuse.

Original-Bug: 394636852
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1200367
Original-Revision: bb490a5763814766fed84f4c7ac389b50046e329
GitOrigin-RevId: 09a5a25496e7a58333b066773586766655f1577e
Change-Id: I87f83e7dd885aeef00576a6c6b3e172487730182
1 file changed
tree: 681d0987d333efcbaff14039cde2cb340d065f7c
  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.