tree: 6afaef0ea56b5f5c7e972e4771b62aa0c93e3221 [path history] [tgz]
  1. base_package/
  2. blobfs/
  3. fvm/
  4. images_manifest/
  5. minfs/
  6. partitions_config/
  7. test_keys/
  8. test_util/
  9. update_package/
  10. update_packages_manifest/
  11. util/
  12. vbmeta/
  13. zbi/
  14. BUILD.gn
  15. OWNERS
  16. README.md
src/lib/assembly/README.md

Product and Image Assembly

This area contains the libraries that are used for implementing the in-tree and out-of-tree tools for Product and Image Assembly.

Image Assembly

Image Assembly is focused on the end of the build process: when all the compiled “things” are put together into the deliverable “images”:

  • core (or base) package (previously called system_image)
  • update package for OTA
  • Flashable artifacts like the fvm block image

Product Assembly

Product Assembly is a larger process, where pieces of the platform are selected and combined with pieces from the Product, to create the set of “things” to pass into Image Assembly.

References