blob: bd85f0bcfb80e2b23a407f4347d4fb37dab2f2dc [file] [log] [blame]
#!/bin/bash
# Creates a base image suitable for booting cuttlefish on GCE
source "${ANDROID_BUILD_TOP}/device/google/cuttlefish/tools/create_base_image_hostlib.sh"
FLAGS "$@" || exit 1
main "${FLAGS_ARGV[@]}"