[roll] Roll fuchsia [logs] Make Severity a u8

Per the new design, make Severity a u8
instead of a FIDL type. The FIDL type
is still used for cases where a Severity
is bounded to a FIDL severity, and for
display purposes, but is no longer
constrained in the wire format itself.

Original-Bug: b/322552971
Original-Bug: b/300157652
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/986950
Original-Revision: 8f76d9ca1ed4fa4c117904316495335d06cf5106
GitOrigin-RevId: 8dcad93aeb9162faa391193a24f3531011ed4925
Change-Id: I3dda5a29891de270566eda7199dc9aac1ff8cd05
1 file changed
tree: 8aaa2b122e27fb4e3e87aada9167458adddc2192
  1. git-hooks/
  2. infra/
  3. third_party/
  4. cts
  5. firmware
  6. flower
  7. jiri.lock
  8. MILESTONE
  9. minimal
  10. prebuilts
  11. README.md
  12. stem
  13. test_durations
  14. 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 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.