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