tree: b427bc045ad41fdbf6369f12146f45d01f88569a
  1. assembly_manifest/
  2. base_package/
  3. blobfs/
  4. component_id_index/
  5. components/
  6. config_data/
  7. config_schema/
  8. domain_config/
  9. driver_manifest/
  10. file_relative_path/
  11. fvm/
  12. fxfs/
  13. images_config/
  14. named_file_map/
  15. package_copy/
  16. package_list/
  17. package_set/
  18. package_utils/
  19. partitions_config/
  20. platform_configuration/
  21. shell_commands/
  22. structured_config/
  23. subpackage_blobs_package/
  24. test_keys/
  25. test_util/
  26. tool/
  27. update_package/
  28. update_packages_manifest/
  29. util/
  30. validate_product/
  31. validate_util/
  32. vbmeta/
  33. zbi/
  34. BUILD.gn
  35. OWNERS
  36. 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