|
Android-cuttlefish cvd tool
|
#include <memory>#include <optional>#include <vector>#include "cuttlefish/host/commands/assemble_cvd/android_build/android_build.h"#include "cuttlefish/host/commands/assemble_cvd/disk/chromeos_state.h"#include "cuttlefish/host/commands/assemble_cvd/disk/image_file.h"#include "cuttlefish/host/commands/assemble_cvd/disk_builder.h"#include "cuttlefish/host/commands/assemble_cvd/flags/system_image_dir.h"#include "cuttlefish/host/libs/config/cuttlefish_config.h"#include "cuttlefish/result/result.h"

Go to the source code of this file.
Namespaces | |
| namespace | cuttlefish |
Functions | |
| Result< DiskBuilder > | cuttlefish::OsCompositeDiskBuilder (const CuttlefishConfig &config, const CuttlefishConfig::InstanceSpecific &instance, const std::optional< ChromeOsStateImage > &chrome_os_state, const std::vector< std::unique_ptr< ImageFile > > &image_files, AndroidBuild &android_build, const SystemImageDirFlag &system_image_dir) |