| Name | Date | Size | #Lines | LOC | ||
|---|---|---|---|---|---|---|
| .. | - | - | ||||
| doc/ | 03-May-2024 | - | 460 | 394 | ||
| proto/ | 03-May-2024 | - | 63 | 57 | ||
| Android.bp | D | 03-May-2024 | 2.3 KiB | 90 | 86 | |
| README.md | D | 03-May-2024 | 765 | 14 | 9 | |
| alloc.cc | D | 03-May-2024 | 5.3 KiB | 171 | 126 | |
| alloc.h | D | 03-May-2024 | 1.1 KiB | 43 | 19 | |
| assemble_cvd.cc | D | 03-May-2024 | 19.6 KiB | 481 | 382 | |
| boot_config.cc | D | 03-May-2024 | 10.1 KiB | 282 | 209 | |
| boot_config.h | D | 03-May-2024 | 1.1 KiB | 35 | 12 | |
| boot_image_utils.cc | D | 03-May-2024 | 18.3 KiB | 460 | 363 | |
| boot_image_utils.h | D | 03-May-2024 | 2.4 KiB | 58 | 34 | |
| clean.cc | D | 03-May-2024 | 4.3 KiB | 128 | 96 | |
| clean.h | D | 03-May-2024 | 967 | 30 | 9 | |
| disk_builder.cpp | D | 03-May-2024 | 6.6 KiB | 222 | 169 | |
| disk_builder.h | D | 03-May-2024 | 2.5 KiB | 78 | 44 | |
| disk_flags.cc | D | 03-May-2024 | 61.7 KiB | 1,569 | 1,319 | |
| disk_flags.h | D | 03-May-2024 | 1.6 KiB | 44 | 21 | |
| display_flags.cpp | D | 03-May-2024 | 3.1 KiB | 86 | 56 | |
| display_flags.h | D | 03-May-2024 | 1.4 KiB | 39 | 18 | |
| flag_feature.cpp | D | 03-May-2024 | 3 KiB | 85 | 58 | |
| flag_feature.h | D | 03-May-2024 | 915 | 30 | 8 | |
| flags.cc | D | 03-May-2024 | 74.2 KiB | 1,722 | 1,364 | |
| flags.h | D | 03-May-2024 | 1.5 KiB | 50 | 26 | |
| flags_defaults.h | D | 03-May-2024 | 8.3 KiB | 201 | 135 | |
| misc_info.cc | D | 03-May-2024 | 4.6 KiB | 128 | 93 | |
| misc_info.h | D | 03-May-2024 | 1.1 KiB | 34 | 12 | |
| ramdisk_modules.h | D | 03-May-2024 | 952 | 25 | 8 | |
| super_image_mixer.cc | D | 03-May-2024 | 11 KiB | 299 | 244 | |
| super_image_mixer.h | D | 03-May-2024 | 1.2 KiB | 34 | 13 | |
| vendor_dlkm_utils.cc | D | 03-May-2024 | 14.9 KiB | 429 | 351 | |
| vendor_dlkm_utils.h | D | 03-May-2024 | 1.5 KiB | 42 | 17 |
README.md
1Host filesystem setup to prepare for running a Cuttlefish device. 2 3Supports rewriting `super.img`, `boot.img`, and `initramfs.img` based on 4`launch_cvd` arguments. In a multi-device configuration, there is only one 5`assemble_cvd` invocation, but multiple `run_cvd` invocations, one per device. 6 7The disk files produced by the Android build system are arranged into a 8"[composite disk]" and protected with a read-on-write [qcow2] overlay. 9 10[](https://cs.android.com/android/platform/superproject/+/master:device/google/cuttlefish/host/commands/assemble_cvd/doc/disk.svg) 11 12[composite disk]: https://chromium.googlesource.com/chromiumos/platform/crosvm/+/refs/heads/main/disk/src/composite.rs 13[qcow2]: https://en.wikipedia.org/wiki/Qcow 14