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