tree: f14791c25b59802f44ac0f693f87c31a70600bfd [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. minfs/
  11. package_list/
  12. package_utils/
  13. partitions_config/
  14. platform_configuration/
  15. shell_commands/
  16. structured_config/
  17. test_keys/
  18. test_util/
  19. tool/
  20. update_package/
  21. update_packages_manifest/
  22. util/
  23. validate_product/
  24. validate_util/
  25. vbmeta/
  26. zbi/
  27. BUILD.gn
  28. OWNERS
  29. 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