[roll] Roll fuchsia [kernel][debugcommands] Fix compilation error when LK_DEBUGLEVEL is 0

When LK_DEBUGLEVEL is 0 this code tries to construct an empty std::array
while relying on type deduction, which fails in that case. While not
generally useful to have this code compiled in the debug level 0 case,
it is currently structured as if this is a supported case. Also, it is
convenient to temporarily compile it in that case for the ease of the
linked kernel build change rollout.

Original-Bug: 371568912
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1582960
Original-Revision: b67ea02a3256b1801a9232fd20847692fc8e741b
GitOrigin-RevId: 6f771dc04e8b66e968cd1ca549bb3a5613f56a1f
Change-Id: Ic33630a4fae4c68f5a7e1927551a903d578c9485
1 file changed
tree: 9ce6931be94d8e12414d0735b0b26cd4316a4bcc
  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.