From d1410994065dde90c44afbb6b0446a38aa147507 Mon Sep 17 00:00:00 2001 From: Jacob Appelbaum Date: Sun, 25 Oct 2009 05:03:44 +0000 Subject: [PATCH] Update build information to integrate with Orbot. svn:r20839 --- asocks/BUILD | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/asocks/BUILD b/asocks/BUILD index 1f6f62ff..5e0be7de 100644 --- a/asocks/BUILD +++ b/asocks/BUILD @@ -1,3 +1,9 @@ -ant compile -ant jar -cp bin/jar/asocks.jar ../Orbot/libs +This is a small subproject that implements a java SOCKS library for Android. + +Build the asocks.jar library and prepare it for use with Orbot: + + ant compile + ant jar + cp bin/jar/asocks.jar ../Orbot/libs + +Now return to Orbot and build yourself a merry little .apk!