tree: 9e153943cc65a9a0b07fd71c800d69ed6f09b805 [path history] [tgz]
  1. disk/
  2. doc/
  3. proto/
  4. alloc.cc
  5. alloc.h
  6. Android.bp
  7. assemble_cvd.cc
  8. boot_config.cc
  9. boot_config.h
  10. boot_image_utils.cc
  11. boot_image_utils.h
  12. bootconfig_args.cpp
  13. bootconfig_args.h
  14. clean.cc
  15. clean.h
  16. disk_builder.cpp
  17. disk_builder.h
  18. disk_flags.cc
  19. disk_flags.h
  20. display.cpp
  21. display.h
  22. flag_feature.cpp
  23. flag_feature.h
  24. flags.cc
  25. flags.h
  26. flags_defaults.h
  27. kernel_module_parser.cc
  28. kernel_module_parser.h
  29. misc_info.cc
  30. misc_info.h
  31. README.md
  32. super_image_mixer.cc
  33. super_image_mixer.h
  34. vendor_dlkm_utils.cc
  35. vendor_dlkm_utils.h
host/commands/assemble_cvd/README.md

Host filesystem setup to prepare for running a Cuttlefish device.

Supports rewriting super.img, boot.img, and initramfs.img based on launch_cvd arguments. In a multi-device configuration, there is only one assemble_cvd invocation, but multiple run_cvd invocations, one per device.

The disk files produced by the Android build system are arranged into a “composite disk” and protected with a read-on-write qcow2 overlay.

Disk diagram