Add libsuperuser as external git submodule and project dependency
This commit is contained in:
parent
7451f00534
commit
732fb87944
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -10,3 +10,7 @@
|
|||||||
path = extern/AndroidPinning
|
path = extern/AndroidPinning
|
||||||
url = https://github.com/binaryparadox/AndroidPinning.git
|
url = https://github.com/binaryparadox/AndroidPinning.git
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
|
[submodule "extern/libsuperuser"]
|
||||||
|
path = extern/libsuperuser
|
||||||
|
url = https://github.com/dschuermann/libsuperuser.git
|
||||||
|
ignore = dirty
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
android update lib-project --path extern/UniversalImageLoader/library
|
android update lib-project --path extern/UniversalImageLoader/library
|
||||||
android update lib-project --path extern/AndroidPinning
|
android update lib-project --path extern/AndroidPinning
|
||||||
android update lib-project --path extern/MemorizingTrustManager
|
android update lib-project --path extern/MemorizingTrustManager
|
||||||
|
android update lib-project --path extern/libsuperuser/libsuperuser
|
||||||
android update project --path . --name F-Droid
|
android update project --path . --name F-Droid
|
||||||
|
|
||||||
# technically optional, needed for the tests
|
# technically optional, needed for the tests
|
||||||
|
@ -14,6 +14,7 @@ dependencies {
|
|||||||
compile project(':extern:AndroidPinning')
|
compile project(':extern:AndroidPinning')
|
||||||
compile project(':extern:UniversalImageLoader:library')
|
compile project(':extern:UniversalImageLoader:library')
|
||||||
compile project(':extern:MemorizingTrustManager')
|
compile project(':extern:MemorizingTrustManager')
|
||||||
|
compile project(':extern:libsuperuser:libsuperuser')
|
||||||
}
|
}
|
||||||
|
|
||||||
project(':extern:UniversalImageLoader:library') {
|
project(':extern:UniversalImageLoader:library') {
|
||||||
|
1
extern/libsuperuser
vendored
Submodule
1
extern/libsuperuser
vendored
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit faffc41121b509b2b1b01d4ecac3f395e4adbee2
|
@ -5,3 +5,4 @@ target=android-19
|
|||||||
android.library.reference.1=extern/UniversalImageLoader/library
|
android.library.reference.1=extern/UniversalImageLoader/library
|
||||||
android.library.reference.2=extern/MemorizingTrustManager
|
android.library.reference.2=extern/MemorizingTrustManager
|
||||||
android.library.reference.3=extern/AndroidPinning
|
android.library.reference.3=extern/AndroidPinning
|
||||||
|
android.library.reference.4=extern/libsuperuser/libsuperuser
|
||||||
|
@ -1 +1 @@
|
|||||||
include ':extern:AndroidPinning', ':extern:UniversalImageLoader:library', ':extern:MemorizingTrustManager'
|
include ':extern:AndroidPinning', ':extern:UniversalImageLoader:library', ':extern:MemorizingTrustManager', ':extern:libsuperuser:libsuperuser'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user