commit 93939285bea70032acacc06e5e363fe197d7b84f Author: Nathan Freitas nathan@freitas.net Date: Sat Mar 28 00:19:01 2015 -0400
add jsocks external modules and project --- .gitmodules | 3 +++ project.properties | 1 + 2 files changed, 4 insertions(+)
diff --git a/.gitmodules b/.gitmodules index 0c01f8c..a7b1599 100644 --- a/.gitmodules +++ b/.gitmodules @@ -25,3 +25,6 @@ [submodule "external/pluto"] path = external/pluto url = https://github.com/guardianproject/pluto.git +[submodule "external/jsocks"] + path = external/jsocks + url = https://github.com/guardianproject/jsocks.git diff --git a/project.properties b/project.properties index 4e5c361..856d757 100644 --- a/project.properties +++ b/project.properties @@ -12,3 +12,4 @@ target=android-21 android.library.reference.1=external/appcompat android.library.reference.2=external/superuser-commands/RootCommands-Library +android.library.reference.3=external/jsocks/jsockslib
tor-commits@lists.torproject.org