tree: e5c35151270b54ffa1d6124e1b66a780bb323e10 [path history] [tgz]
  1. base_package/
  2. blobfs/
  3. config_data/
  4. config_schema/
  5. fvm/
  6. images_config/
  7. images_manifest/
  8. minfs/
  9. package_list/
  10. package_utils/
  11. partitions_config/
  12. platform_configuration/
  13. structured_config/
  14. test_keys/
  15. test_util/
  16. tool/
  17. update_package/
  18. update_packages_manifest/
  19. util/
  20. validate_product/
  21. validate_util/
  22. vbmeta/
  23. zbi/
  24. BUILD.gn
  25. OWNERS
  26. 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