[roll] Roll fuchsia [power-broker][inspect] When possible, emit a single update_level event

There's a codepath in which we can emit two update_level
events: one for the current level and one for the required level.

Instead we can bundle them into a single update_level event. This
should result in a lot less data written to the events list in
Inspect.

Original-Fixed: 404629706
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1234284
Original-Revision: 2fa29c63727f32d71c0ccf9343000680b9a4c74f
GitOrigin-RevId: 8bc76038399f9b1b91c6100c3a79927c2ed7c1b1
Change-Id: Ic1a103be7c3b7854151846753a99f15b646b140a
1 file changed
tree: 6f75879c135ae9a0202a96d029343dea79a5c737
  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.