[roll] Roll fuchsia [starnix][vdso] Support CLOCK_BOOTTIME retrieval

Previously, the starnix vdso returned the monotonic time when a caller
asked for CLOCK_BOOTTIME. This change modifies the code such that the
Fuchsia's boot time is used instead.

This is functionally a no-op today as the two timelines never diverge,
but will become important once we start pausing the monotonic clock
during suspend-to-idle.

Original-Bug: 328306129
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1146138
Original-Revision: a578d8493b65b903588787fe1c1119f97d08657d
GitOrigin-RevId: a1349fd68451536d9665a905e4b5b97c418ef5e5
Change-Id: I1115091006e253eaba142a90fd092ec15e2132a1
1 file changed
tree: 047f757dcb07b9b6095313b88e45e4b52dc28a19
  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.