commit f73024568158abe8c39da62c88a49e213f15791a Author: n8fr8 nathan@freitas.net Date: Thu May 3 08:42:41 2012 -0400
removed android building from Makefile --- Makefile.sh | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Makefile.sh b/Makefile.sh index afce08b..507deb5 100755 --- a/Makefile.sh +++ b/Makefile.sh @@ -114,8 +114,8 @@ mkdir res/raw cp native/privoxy/privoxy-3.0.12-stable/privoxy res/raw cp native/tor/src/or/tor res/raw
-echo "BUILD ANDROID APP" -android update project --name Orbot --target 9 --path . -ant debug +echo "READY TO BUILD ANDROID APP" +echo "> android update project --name Orbot --target 9 --path ." +echo "> ant debug"
echo "BUILD COMPLETE"
tor-commits@lists.torproject.org