Added our own libxml2 repo (with Android.mk)

This commit is contained in:
Dimitris Panokostas 2019-10-27 10:26:39 +01:00
parent c4610701e9
commit 6d526b91e8
2 changed files with 4 additions and 0 deletions

3
.gitmodules vendored
View file

@ -4,3 +4,6 @@
[submodule "external/capsimg"]
path = external/capsimg
url = https://github.com/FrodeSolheim/capsimg
[submodule "external/libxml2"]
path = external/libxml2
url = https://github.com/midwan/libxml2