[roll] Roll fuchsia [power] remove ActivityGovernorListener.OnSuspend()

We've migrated clients from `OnSuspend()` to `OnSuspendStarted()`,
so that clients can handle suspension symmetrically with how
they handle resumption.

In particular, clients can take some actions to get their subsystems
into a known state before the CPUs go into suspend state.

Given that there are no remaining callers of `OnSuspend()`,
let's remove that method.

Original-Bug: 348047390
Test: fx build
Test: fx test system-activity-governor
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1089623
Original-Revision: 96239d86d1c134bf547ed2d417c412ff1c554c72
GitOrigin-RevId: 1dfe994ab95b56275818ca8c375da5509255bc7e
Change-Id: I6c6897f262f7418c7dde63faa6fb50ac3733a100
1 file changed
tree: 1b53efd87a5ca847f1a582c9274de44ebdd951d1
  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 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.