From cdbbb9d580b1f6b74b14d4bc1c772da416afe9e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Mart=C3=AD?= Date: Sun, 18 May 2014 14:04:07 +0200 Subject: [PATCH] Add jmdns as a submodule --- .gitmodules | 3 +++ ant-prepare.sh | 1 + extern/jmdns | 1 + project.properties | 1 + 4 files changed, 6 insertions(+) create mode 160000 extern/jmdns diff --git a/.gitmodules b/.gitmodules index e8f77bf18..a697dce08 100644 --- a/.gitmodules +++ b/.gitmodules @@ -18,3 +18,6 @@ path = extern/libsuperuser url = https://github.com/dschuermann/libsuperuser.git ignore = dirty +[submodule "extern/jmdns"] + path = extern/jmdns + url = https://gitlab.com/fdroid/jmdns.git diff --git a/ant-prepare.sh b/ant-prepare.sh index 38ee363c1..637e5f7e1 100755 --- a/ant-prepare.sh +++ b/ant-prepare.sh @@ -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/core android update lib-project --path extern/libsuperuser/libsuperuser +android update lib-project --path extern/jmdns android update project --path . --name F-Droid { echo -e "\nSuccessfully updated the main project.\n"; } 2>/dev/null diff --git a/extern/jmdns b/extern/jmdns new file mode 160000 index 000000000..7d7efed77 --- /dev/null +++ b/extern/jmdns @@ -0,0 +1 @@ +Subproject commit 7d7efed77756c447ac525b58425f599fb1363db0 diff --git a/project.properties b/project.properties index 3e79f04a5..94514466a 100644 --- a/project.properties +++ b/project.properties @@ -8,3 +8,4 @@ android.library.reference.3=extern/AndroidPinning android.library.reference.4=extern/nanohttpd #android.library.reference.4=extern/nanohttpd/core android.library.reference.5=extern/libsuperuser/libsuperuser +android.library.reference.6=extern/jmdns