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