add new library for superuser/shell commands

This commit is contained in:
Nathan Freitas 2014-04-07 11:10:19 -04:00
parent dda56335f0
commit b734c6c232
3 changed files with 5 additions and 0 deletions

3
.gitmodules vendored
View File

@ -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

1
external/superuser-commands vendored Submodule

@ -0,0 +1 @@
Subproject commit be997be8fff6dc00cd249fdfd128d6820461db99

View File

@ -10,3 +10,4 @@
# Project target.
target=android-19
android.library.reference.1=external/appcompat
android.library.reference.2=external/superuser-commands/RootCommands-Library