tree: 83167cf28e0d86352416e5bfa04bce6b30b7b2b7 [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. graphics_flags.cc
  28. graphics_flags.h
  29. kernel_module_parser.cc
  30. kernel_module_parser.h
  31. misc_info.cc
  32. misc_info.h
  33. README.md
  34. super_image_mixer.cc
  35. super_image_mixer.h
  36. touchpad.cpp
  37. touchpad.h
  38. vendor_dlkm_utils.cc
  39. 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