[roll] Roll fuchsia [power][sag] Serve `ActivityGovernor` immediately

Change SAG so that it can start serving the `ActivityGovernor`
protocol when it starts instead of waiting for `ExecutionState`
and friends to be created.

Before the power elements are created, SAG issues tokens for
wake leases. These wake leases are created when the power elements
are created.

This approach is deemed safe because wake leases are intended to
prevent the system from suspending. The system never suspends
before the power elements are created anyway, so this change
upholds client contracts.

Original-Fixed: 462180093
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1574155
Original-Revision: 8aaa54ac1c6ac45636e423234d12f9de3a2b9b2f
GitOrigin-RevId: 4d6bb4415948f527b498a3aa8f61634da7741431
Change-Id: I64652afb9deb6c52dd5df675711fb83b29b8d45e
1 file changed
tree: 93fbd7212916c3d11ca791e92c00f698d44b2fc4
  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.