[roll] Roll fuchsia [kernel][build] Enable kernel_debug_level 3

The kernel_debug_level is defined to be valid for values 0-3, however
as there is no assert_level_3, directly linking assert and debug level
fails for debug level 3. This change caps the assertion level and maps
debug level 3 to assert level 2.

Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/503519
Original-Revision: ab08068b865ac053a65c3cb2cf0ac6fdda8786ce
GitOrigin-RevId: d332d517a9b949f5fafb5179dbee5003b85221d9
Change-Id: Id17499d5791ffbd7961ce9b35843c5f94eeefae6
1 file changed
tree: be304cab5961ebcdcf4a5fa1efd63e7050a97be2
  1. garnet/
  2. infra/
  3. peridot/
  4. third_party/
  5. topaz/
  6. zircon/
  7. firmware
  8. flower
  9. jiri.lock
  10. minimal
  11. prebuilts
  12. README.md
  13. stem
  14. 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 via the IRC channel #fuchsia on Freenode.

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.