summaryrefslogtreecommitdiff
path: root/host/commands/assemble_cvd/data_image.h
blob: aed01c3af735a004f0372c83a5d4369f9d9d2277 (plain)
1
2
3
4
5
6
7
8
9
10
11
#pragma once

#include <string>

#include "host/libs/config/cuttlefish_config.h"

bool ApplyDataImagePolicy(const vsoc::CuttlefishConfig& config,
                          const std::string& path);
bool InitializeMiscImage(const std::string& misc_image);
void CreateBlankImage(
    const std::string& image, int image_mb, const std::string& image_fmt);