Sign in
android
/
device
/
google
/
cuttlefish
/
0c87c389f46b5c7676490a7bc16a538605ebfedb
/
.
/
tools
/
create_base_image.sh
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[@]}"