commit b734c6c23299e039f9cadf703e4d37341d471b5a Author: Nathan Freitas nathan@freitas.net Date: Mon Apr 7 11:10:19 2014 -0400
add new library for superuser/shell commands --- .gitmodules | 3 +++ external/superuser-commands | 1 + project.properties | 1 + 3 files changed, 5 insertions(+)
diff --git a/.gitmodules b/.gitmodules index 1aa60c3..1c98c01 100644 --- a/.gitmodules +++ b/.gitmodules @@ -22,3 +22,6 @@ [submodule "external/obfsclient"] path = external/obfsclient url = https://github.com/Yawning/obfsclient.git +[submodule "external/superuser-commands"] + path = external/superuser-commands + url = https://github.com/dschuermann/superuser-commands.git diff --git a/external/superuser-commands b/external/superuser-commands new file mode 160000 index 0000000..be997be --- /dev/null +++ b/external/superuser-commands @@ -0,0 +1 @@ +Subproject commit be997be8fff6dc00cd249fdfd128d6820461db99 diff --git a/project.properties b/project.properties index 1f292ac..cf33a83 100644 --- a/project.properties +++ b/project.properties @@ -10,3 +10,4 @@ # Project target. target=android-19 android.library.reference.1=external/appcompat +android.library.reference.2=external/superuser-commands/RootCommands-Library
tor-commits@lists.torproject.org