Android-cuttlefish cvd tool
|
#include <fetch_cvd_parser.h>
Static Public Member Functions | |
static Result< FetchFlags > | Parse (std::vector< std::string > &args) |
Public Attributes | |
std::string | target_directory = kDefaultTargetDirectory |
std::optional< BuildString > | host_package_build |
bool | keep_downloaded_archives = kDefaultKeepDownloadedArchives |
android::base::LogSeverity | verbosity = android::base::INFO |
bool | helpxml = false |
BuildApiFlags | build_api_flags |
VectorFlags | vector_flags |
std::vector< std::string > | host_substitutions |
|
static |
BuildApiFlags cuttlefish::FetchFlags::build_api_flags |
bool cuttlefish::FetchFlags::helpxml = false |
std::optional<BuildString> cuttlefish::FetchFlags::host_package_build |
std::vector<std::string> cuttlefish::FetchFlags::host_substitutions |
bool cuttlefish::FetchFlags::keep_downloaded_archives = kDefaultKeepDownloadedArchives |
std::string cuttlefish::FetchFlags::target_directory = kDefaultTargetDirectory |
VectorFlags cuttlefish::FetchFlags::vector_flags |
android::base::LogSeverity cuttlefish::FetchFlags::verbosity = android::base::INFO |