add daemon submodule

Change-Id: I701b0915d66059cd2f865b2f5b9e6b2a54b1801c
This commit is contained in:
Adrien Béraud
2023-01-19 16:34:39 -05:00
parent b8c4dd1639
commit 506ad856b2
3 changed files with 5 additions and 1 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "daemon"]
path = daemon
url = https://review.jami.net/jami-daemon

1
daemon Submodule

Submodule daemon added at d603d92112

View File

@@ -80,7 +80,7 @@ android {
namespace = "cx.ring"
externalNativeBuild {
cmake {
path = file("../../../daemon/CMakeLists.txt")
path = file("../../daemon/CMakeLists.txt")
version = "3.22.1"
}
}