tree: 7b446e15b3d521ec3b2edf2057ecc28cc3c60e38 [path history] [tgz]
  1. doc/
  2. alloc.cc
  3. alloc.h
  4. Android.bp
  5. assemble_cvd.cc
  6. boot_config.cc
  7. boot_config.h
  8. boot_image_utils.cc
  9. boot_image_utils.h
  10. clean.cc
  11. clean.h
  12. disk_builder.cpp
  13. disk_builder.h
  14. disk_flags.cc
  15. disk_flags.h
  16. flag_feature.cpp
  17. flag_feature.h
  18. flags.cc
  19. flags.h
  20. flags_defaults.h
  21. misc_info.cc
  22. misc_info.h
  23. README.md
  24. super_image_mixer.cc
  25. super_image_mixer.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