Android-cuttlefish cvd tool
Namespaces | Functions
android_builds.cc File Reference
#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"
Include dependency graph for android_builds.cc:

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)