Add jmdns as a submodule

This commit is contained in:
Daniel Martí 2014-05-18 14:04:07 +02:00
parent aa52516a41
commit cdbbb9d580
4 changed files with 6 additions and 0 deletions

3
.gitmodules vendored
View File

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

View File

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

@ -0,0 +1 @@
Subproject commit 7d7efed77756c447ac525b58425f599fb1363db0

View File

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