tree: 6c976ada2a3725e3a11392f41dbf1ed44c3c4702 [path history] [tgz]
  1. assembly_manifest/
  2. base_package/
  3. blobfs/
  4. bootfs_file_map/
  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. package_list/
  15. package_set/
  16. package_utils/
  17. partitions_config/
  18. platform_configuration/
  19. shell_commands/
  20. structured_config/
  21. subpackage_blobs_package/
  22. test_keys/
  23. test_util/
  24. tool/
  25. update_package/
  26. update_packages_manifest/
  27. util/
  28. validate_product/
  29. validate_util/
  30. vbmeta/
  31. zbi/
  32. BUILD.gn
  33. OWNERS
  34. 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