[roll] Roll fuchsia [inspect][docs] Fix confusing definition of `block_header` This doc says that a `block_header` is 16 bytes, but 16 bytes is a full block. Given that the inlined properties (Int, Uint, Double, ...) fit in a single 16 byte block, I think that we functionally treat the first 8 bytes as a header, and the following 8 bytes as the payload. Note also that in our bitfield definition (//src/lib/diagnostics/inspect/format/rust/src/bitfields.rs) we define `HeaderFields` as going from 0 to 63, ie 8 bytes. Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/1177964 Original-Revision: 05e510feb812e6e5fb43e0802e5f833aec26d1ae GitOrigin-RevId: f3c0e4befc3da5bdde463e98265cc14434e2c3ec Change-Id: I9072988c39ad459ca3fbdbcad653d9c31730d44a
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.