generate local.properties if running for first time

This commit is contained in:
Eric House 2015-08-06 21:01:15 -07:00
parent f06071fb39
commit bc18f33e5d

View file

@ -70,6 +70,10 @@ case $DIRNAME in
;;
esac
# if we're running for the first time in this directory/variant,
# generate local.properties
[ -e local.properties ] || ../scripts/setup_local_props.sh
ant $CMDS
if [ -n "$UNINSTALL" ]; then