Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
disk/ | 15-Dec-2024 | - | 694 | 451 | ||
doc/ | 14-Jan-2024 | - | 460 | 394 | ||
proto/ | 15-Dec-2024 | - | 68 | 62 | ||
Android.bp | D | 15-Dec-2024 | 3 KiB | 110 | 107 | |
OWNERS | D | 15-Dec-2024 | 61 | 3 | 2 | |
README.md | D | 14-Jan-2024 | 765 | 14 | 9 | |
alloc.cc | D | 14-Jan-2024 | 5.3 KiB | 171 | 126 | |
alloc.h | D | 14-Jan-2024 | 1.1 KiB | 43 | 19 | |
assemble_cvd.cc | D | 15-Dec-2024 | 25.9 KiB | 631 | 514 | |
boot_config.cc | D | 15-Dec-2024 | 8.3 KiB | 235 | 173 | |
boot_config.h | D | 15-Dec-2024 | 912 | 29 | 8 | |
boot_image_utils.cc | D | 15-Dec-2024 | 19.4 KiB | 488 | 382 | |
boot_image_utils.h | D | 15-Dec-2024 | 2.3 KiB | 56 | 35 | |
bootconfig_args.cpp | D | 15-Dec-2024 | 9 KiB | 239 | 160 | |
bootconfig_args.h | D | 15-Dec-2024 | 1.1 KiB | 36 | 13 | |
clean.cc | D | 15-Dec-2024 | 4.9 KiB | 151 | 119 | |
clean.h | D | 15-Dec-2024 | 902 | 29 | 8 | |
disk_builder.cpp | D | 15-Dec-2024 | 7.3 KiB | 248 | 194 | |
disk_builder.h | D | 15-Dec-2024 | 2.6 KiB | 82 | 47 | |
disk_flags.cc | D | 15-Dec-2024 | 44.6 KiB | 1,106 | 969 | |
disk_flags.h | D | 14-Jan-2024 | 1.6 KiB | 44 | 21 | |
display.cpp | D | 15-Dec-2024 | 5 KiB | 155 | 108 | |
display.h | D | 15-Dec-2024 | 1.9 KiB | 61 | 27 | |
flag_feature.cpp | D | 15-Dec-2024 | 3 KiB | 85 | 58 | |
flag_feature.h | D | 14-Jan-2024 | 915 | 30 | 8 | |
flags.cc | D | 15-Dec-2024 | 94 KiB | 2,185 | 1,721 | |
flags.h | D | 15-Dec-2024 | 1.6 KiB | 53 | 29 | |
flags_defaults.h | D | 15-Dec-2024 | 10.1 KiB | 252 | 163 | |
graphics_flags.cc | D | 15-Dec-2024 | 21.2 KiB | 570 | 449 | |
graphics_flags.h | D | 15-Dec-2024 | 1.2 KiB | 35 | 14 | |
kernel_module_parser.cc | D | 15-Dec-2024 | 1.1 KiB | 36 | 15 | |
kernel_module_parser.h | D | 15-Dec-2024 | 857 | 28 | 8 | |
misc_info.cc | D | 15-Dec-2024 | 12.6 KiB | 333 | 274 | |
misc_info.h | D | 15-Dec-2024 | 1.8 KiB | 53 | 28 | |
network_flags.cpp | D | 15-Dec-2024 | 5.1 KiB | 160 | 112 | |
network_flags.h | D | 15-Dec-2024 | 967 | 28 | 9 | |
super_image_mixer.cc | D | 15-Dec-2024 | 15 KiB | 389 | 327 | |
super_image_mixer.h | D | 15-Dec-2024 | 1.3 KiB | 35 | 15 | |
touchpad.cpp | D | 15-Dec-2024 | 2.8 KiB | 92 | 57 | |
touchpad.h | D | 15-Dec-2024 | 1.6 KiB | 54 | 24 | |
vendor_dlkm_utils.cc | D | 15-Dec-2024 | 19.4 KiB | 564 | 467 | |
vendor_dlkm_utils.h | D | 15-Dec-2024 | 1.8 KiB | 48 | 21 |
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