Sign in
android
/
device
/
google
/
cuttlefish
/
33ab2e6e3952728be19c0017e33f8e206f8a2591
/
.
/
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[@]}"