From daa64a19a437f09dcfc2d52ada9856d95fa7cc3c Mon Sep 17 00:00:00 2001 From: Andy2 Date: Fri, 2 Dec 2011 21:35:12 -0800 Subject: [PATCH] need to generate local.properties now that it's not checked in --- xwords4/android/scripts/arelease_clone.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/xwords4/android/scripts/arelease_clone.sh b/xwords4/android/scripts/arelease_clone.sh index 172d7ff40..05685377a 100755 --- a/xwords4/android/scripts/arelease_clone.sh +++ b/xwords4/android/scripts/arelease_clone.sh @@ -49,6 +49,7 @@ cd $BUILDIR git clone $SRCDIR BUILD cd BUILD git checkout ${TAG}${BRANCH} +./xwords4/android/scripts/setup_local_props.sh ./xwords4/android/scripts/arelease.sh cp *.apk /tmp