[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
This repository contains Fuchsia's Global Integration manifest files.
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.
First install Jiri.
Next run:
$ jiri init $ jiri import minimal https://fuchsia.googlesource.com/integration $ jiri update
Third party projects should have their own subdirectory in ./third_party.