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!