Add jmdns as a submodule
This commit is contained in:
parent
aa52516a41
commit
cdbbb9d580
3
.gitmodules
vendored
3
.gitmodules
vendored
@ -18,3 +18,6 @@
|
|||||||
path = extern/libsuperuser
|
path = extern/libsuperuser
|
||||||
url = https://github.com/dschuermann/libsuperuser.git
|
url = https://github.com/dschuermann/libsuperuser.git
|
||||||
ignore = dirty
|
ignore = dirty
|
||||||
|
[submodule "extern/jmdns"]
|
||||||
|
path = extern/jmdns
|
||||||
|
url = https://gitlab.com/fdroid/jmdns.git
|
||||||
|
@ -6,6 +6,7 @@ android update lib-project --path extern/MemorizingTrustManager
|
|||||||
android update lib-project --path extern/nanohttpd
|
android update lib-project --path extern/nanohttpd
|
||||||
#android update lib-project --path extern/nanohttpd/core
|
#android update lib-project --path extern/nanohttpd/core
|
||||||
android update lib-project --path extern/libsuperuser/libsuperuser
|
android update lib-project --path extern/libsuperuser/libsuperuser
|
||||||
|
android update lib-project --path extern/jmdns
|
||||||
android update project --path . --name F-Droid
|
android update project --path . --name F-Droid
|
||||||
|
|
||||||
{ echo -e "\nSuccessfully updated the main project.\n"; } 2>/dev/null
|
{ echo -e "\nSuccessfully updated the main project.\n"; } 2>/dev/null
|
||||||
|
1
extern/jmdns
vendored
Submodule
1
extern/jmdns
vendored
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 7d7efed77756c447ac525b58425f599fb1363db0
|
@ -8,3 +8,4 @@ android.library.reference.3=extern/AndroidPinning
|
|||||||
android.library.reference.4=extern/nanohttpd
|
android.library.reference.4=extern/nanohttpd
|
||||||
#android.library.reference.4=extern/nanohttpd/core
|
#android.library.reference.4=extern/nanohttpd/core
|
||||||
android.library.reference.5=extern/libsuperuser/libsuperuser
|
android.library.reference.5=extern/libsuperuser/libsuperuser
|
||||||
|
android.library.reference.6=extern/jmdns
|
||||||
|
Loading…
x
Reference in New Issue
Block a user