[roll] Roll fuchsia [starnix][power] Fix wake lock names not being recorded

Inspect nodes / properties created with `create_*` functions have RAII
semantics and will disappear from Inspect when the created object is
destroy, unlike their `record_*` counterparts. However, string arrays do
not have a `record_*` function so they must be explicitly created then
recorded.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1269184
Original-Revision: b7d21b4d09fa4e26ebae92f51e414fc386535295
GitOrigin-RevId: ec5bd64141b43f9c662212b96758e4010035fcfd
Change-Id: Idc4366d6bcee54e7c677c8b14da39ead48fc4319
1 file changed
tree: 788c36c9e3c74cb822ed5b1fdebfbed248242e74
  1. ctf/
  2. git-hooks/
  3. infra/
  4. third_party/
  5. flower
  6. jiri.lock
  7. MILESTONE
  8. minimal
  9. prebuilts
  10. README.md
  11. stem
  12. 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.