From b734c6c23299e039f9cadf703e4d37341d471b5a Mon Sep 17 00:00:00 2001 From: Nathan Freitas Date: Mon, 7 Apr 2014 11:10:19 -0400 Subject: [PATCH] add new library for superuser/shell commands --- .gitmodules | 3 +++ external/superuser-commands | 1 + project.properties | 1 + 3 files changed, 5 insertions(+) create mode 160000 external/superuser-commands diff --git a/.gitmodules b/.gitmodules index 1aa60c35..1c98c019 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 00000000..be997be8 --- /dev/null +++ b/external/superuser-commands @@ -0,0 +1 @@ +Subproject commit be997be8fff6dc00cd249fdfd128d6820461db99 diff --git a/project.properties b/project.properties index 1f292ac9..cf33a831 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