|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/assemble_cvd/android_build/android_builds.h"#include <stddef.h>#include <map>#include <memory>#include <ostream>#include <string>#include <utility>#include <vector>#include "absl/log/check.h"#include "absl/strings/str_cat.h"#include "cuttlefish/host/commands/assemble_cvd/android_build/android_build.h"#include "cuttlefish/host/commands/assemble_cvd/android_build/identify_build.h"#include "cuttlefish/pretty/map.h"#include "cuttlefish/pretty/pretty.h"#include "cuttlefish/pretty/struct.h"#include "cuttlefish/pretty/unique_ptr.h"#include "cuttlefish/pretty/vector.h"#include "cuttlefish/result/result.h"
Namespaces | |
| namespace | cuttlefish |
Functions | |
| std::ostream & | cuttlefish::operator<< (std::ostream &out, const AndroidBuilds &builds) |
| std::string | cuttlefish::format_as (const AndroidBuilds &builds) |
| PrettyStruct | cuttlefish::Pretty (AndroidBuilds &builds, PrettyAdlPlaceholder) |