tree: c23b7c29c714f3918afabb290ccc72b243f7f977 [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_set/
  21. package_utils/
  22. partitions_config/
  23. platform_configuration/
  24. shell_commands/
  25. structured_config/
  26. subpackage_blobs_package/
  27. test_keys/
  28. test_util/
  29. tool/
  30. update_package/
  31. update_packages_manifest/
  32. util/
  33. validate_product/
  34. validate_util/
  35. vbmeta/
  36. zbi/
  37. BUILD.gn
  38. OWNERS
  39. 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