From f73024568158abe8c39da62c88a49e213f15791a Mon Sep 17 00:00:00 2001 From: n8fr8 Date: Thu, 3 May 2012 08:42:41 -0400 Subject: [PATCH] removed android building from Makefile --- Makefile.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile.sh b/Makefile.sh index afce08b9..507deb5f 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"