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