summaryrefslogtreecommitdiff
path: root/jni
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-03-23 22:42:46 +0100
committerArne Schwabe <arne@rfc2549.org>2013-03-23 22:42:46 +0100
commite792f2d04614dbcbd27076a042c28f6fb20d7abd (patch)
tree6f98d901a06cd3ea8b40178b777afccd29ca22ed /jni
parent6ba818e5c9e1d7d50478cf161fe819597499477d (diff)
Allow building with polarssl
Not very useful at the moment since pkcs12 and external key management are not supported but might be useful one day
Diffstat (limited to 'jni')
-rw-r--r--jni/Android.mk5
1 files changed, 5 insertions, 0 deletions
diff --git a/jni/Android.mk b/jni/Android.mk
index faeedd44..094f6d5f 100644
--- a/jni/Android.mk
+++ b/jni/Android.mk
@@ -1,6 +1,8 @@
# Path of the sources
JNI_DIR := $(call my-dir)
+#USE_POLAR=1
+
include lzo/Android.mk
include openssl/Android.mk
@@ -12,6 +14,9 @@ else
WITH_BREAKPAD=0
endif
+
+#include polarssl/Android.mk
+
include openvpn/Android.mk