Android-cuttlefish cvd tool
|
#include <optional>
#include <string>
#include <vector>
#include "cuttlefish/common/libs/utils/architecture.h"
#include "cuttlefish/common/libs/utils/device_type.h"
#include "cuttlefish/host/commands/assemble_cvd/flags/boot_image.h"
#include "cuttlefish/host/commands/assemble_cvd/flags/kernel_path.h"
#include "cuttlefish/host/commands/assemble_cvd/flags/system_image_dir.h"
Go to the source code of this file.
Classes | |
struct | cuttlefish::GuestConfig |
Namespaces | |
namespace | cuttlefish |
Functions | |
Result< std::vector< GuestConfig > > | cuttlefish::ReadGuestConfig (const BootImageFlag &boot_image, const KernelPathFlag &kernel_path, const SystemImageDirFlag &system_image_dir) |