add new library for superuser/shell commands
This commit is contained in:
parent
dda56335f0
commit
b734c6c232
|
@ -22,3 +22,6 @@
|
||||||
[submodule "external/obfsclient"]
|
[submodule "external/obfsclient"]
|
||||||
path = external/obfsclient
|
path = external/obfsclient
|
||||||
url = https://github.com/Yawning/obfsclient.git
|
url = https://github.com/Yawning/obfsclient.git
|
||||||
|
[submodule "external/superuser-commands"]
|
||||||
|
path = external/superuser-commands
|
||||||
|
url = https://github.com/dschuermann/superuser-commands.git
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit be997be8fff6dc00cd249fdfd128d6820461db99
|
|
@ -10,3 +10,4 @@
|
||||||
# Project target.
|
# Project target.
|
||||||
target=android-19
|
target=android-19
|
||||||
android.library.reference.1=external/appcompat
|
android.library.reference.1=external/appcompat
|
||||||
|
android.library.reference.2=external/superuser-commands/RootCommands-Library
|
||||||
|
|
Loading…
Reference in New Issue