1#!/bin/bash
2
3# Creates a base image suitable for booting cuttlefish on GCE
4
5source "${ANDROID_BUILD_TOP}/device/google/cuttlefish/tools/create_base_image_hostlib.sh"
6
7FLAGS "$@" || exit 1
8main "${FLAGS_ARGV[@]}"
9