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