From 93939285bea70032acacc06e5e363fe197d7b84f Mon Sep 17 00:00:00 2001 From: Nathan Freitas Date: Sat, 28 Mar 2015 00:19:01 -0400 Subject: [PATCH] add jsocks external modules and project --- .gitmodules | 3 +++ project.properties | 1 + 2 files changed, 4 insertions(+) diff --git a/.gitmodules b/.gitmodules index 0c01f8c2..a7b1599f 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 4e5c3612..856d7570 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