[roll] Roll fuchsia [input_pipeline] Add debug assertion to ensure no wake lease is held.

This change adds a debug assertion to process_reports() methods of
input binding types to make sure that previous_report doesn't contain
any wake lease. Otherwise, the wake lease in `previous_report` may be
held for a long time and cause the system to be awake forever.

Test: Manually tested on device with suspend/wakeup support.
Original-Bug: 481865507
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1500565
Original-Revision: b2d574b2f4231bea6a6e70794ee0e177d91da866
GitOrigin-RevId: 843230d48ae4ec1125ffefa67d30cf32db4fe37a
Change-Id: I4293c4b0b648d910d7fdff741969e3c19a8df7aa
1 file changed
tree: 0deccc4d71d3d794601febe19d2f036ed5ca2392
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. cobalt
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
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.