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