blob: bd85f0bcfb80e2b23a407f4347d4fb37dab2f2dc [file] [log] [blame]
Greg Hartman18ce57d2018-07-11 16:48:46 -07001#!/bin/bash
2
3# Creates a base image suitable for booting cuttlefish on GCE
4
Ram Muthiah0f7fc062019-12-10 15:48:14 -08005source "${ANDROID_BUILD_TOP}/device/google/cuttlefish/tools/create_base_image_hostlib.sh"
Greg Hartman18ce57d2018-07-11 16:48:46 -07006
7FLAGS "$@" || exit 1
8main "${FLAGS_ARGV[@]}"