Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
device
/
google
/
cuttlefish
/
1a9a8c8afebe24cb08fc8560af1a90a4fdc2d9c9
/
.
/
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[@]}"