Expand description
The images and firmware that should be downloaded and written during the update.
Structs§
- Metadata describing a Zbi or Vbmeta image, whether or not it is for recovery, and where to resolve it from.
- Metadata describing a firmware image.
- Metadata necessary to determine if a payload matches an image without needing to have the actual image.
- A manifest describing the various images and firmware packages that should be fetched and written during a system update, as well as metadata about those images and where to find them.
- A builder of
ImagePackagesManifest
. - The metadata for all the images of the OTA, arranged by how the system-updater would write them to the paver.
- Metadata for artifacts unique to an A/B/R boot slot.
Enums§
- Image asset type.
- An error encountered while handling
ImageMetadata
. - An error encountered while loading the images.json manifest.
- An error encountered while resolving images.
- Whether an asset should be written to recovery or the non-current partition.
- An error encountered while verifying an [
ImagePackagesSlots
]. - A versioned
ImagePackagesManifest
.
Functions§
- Returns structured
images.json
data based on raw file contents.