removed android building from Makefile

This commit is contained in:
n8fr8 2012-05-03 08:42:41 -04:00
parent 4a88bf782b
commit f730245681
1 changed files with 3 additions and 3 deletions

View File

@ -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"