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