Update build information to integrate with Orbot.
svn:r20839
This commit is contained in:
parent
797702c007
commit
d141099406
12
asocks/BUILD
12
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!
|
||||
|
|
Loading…
Reference in New Issue