|
|
|
@ -2,6 +2,7 @@
|
|
|
|
|
### Android NDK Common conf
|
|
|
|
|
|
|
|
|
|
NDK_TOOLCHAIN_COMPILER ?= clang
|
|
|
|
|
ANDROID_API ?= 21
|
|
|
|
|
|
|
|
|
|
### Select GNU SED on MacOS.
|
|
|
|
|
|
|
|
|
@ -21,7 +22,7 @@ GMP_VERSION=6.2.1
|
|
|
|
|
NETTLE_VERSION=3.7.3
|
|
|
|
|
|
|
|
|
|
### Git deps repos
|
|
|
|
|
EXTERNAL_GIT_REPOS += libetpan|https://gitea.pep.foundation/pEp.foundation/libetpan.git?0123f34ec4ef7711b3670b744b3ae7e97178afe1
|
|
|
|
|
EXTERNAL_GIT_REPOS += libetpan|https://gitea.pep.foundation/pEp.foundation/libetpan.git?507ab94fc9609432ef2d4c62770139482f1b5084
|
|
|
|
|
EXTERNAL_GIT_REPOS += sequoia|https://gitlab.com/sequoia-pgp/sequoia.git?openpgp/v1.3.1
|
|
|
|
|
|
|
|
|
|
### Common variables
|
|
|
|
@ -40,3 +41,7 @@ EXTERNAL_SRCS_CLEAN += gmp-clean
|
|
|
|
|
EXTERNAL_SRCS_CLEAN += nettle-clean
|
|
|
|
|
EXTERNAL_SRCS_CLEAN += sequoia-ffi-clean
|
|
|
|
|
|
|
|
|
|
### Other variables
|
|
|
|
|
ANDROID_ETPAN_BUILD_VERSION=2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|