[roll] Roll fuchsia [starnix] Reset the deadline in the heap after the timer is expired

`current_deadline` is checked when a new timer is added to the top
of the heap. When it's the same as the existing one, no driver action
will be taken. Android might add the same timer again after the timer
is expired. Therefore,the `current_deadline` should be cleared every
time when the timer is expired.

Original-Bug: b/384103431
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1175073
Original-Revision: 2dd64f268983aa9ac565b7285a1857514370491e
GitOrigin-RevId: 0d6b690db19ad2957d5e6bcf42659809bbba6034
Change-Id: Id33621b9bb2bde678f5183cdae48cd12dcd1e6db
1 file changed
tree: 99e235b4cc44c97cf2cdcd34306318a0e5642ff4
  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.