summaryrefslogtreecommitdiff
path: root/jni
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2013-11-23 14:08:51 +0100
committerArne Schwabe <arne@rfc2549.org>2013-11-23 14:08:51 +0100
commitd6e51630dcae4b9982a84fcd68b92b5c709d4c52 (patch)
tree7214d5d347e8dd2cea6ab69bf6c45e775e7c3b94 /jni
parentc1571bb90a4449cf3d359392b6093079ab705721 (diff)
Update OpenVPN source code (closes issue #209)
--HG-- extra : rebase_source : 26d053a6a25472491471f00c12f93965f20e6068
Diffstat (limited to 'jni')
-rw-r--r--jni/Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/jni/Android.mk b/jni/Android.mk
index 58cfa757..fc2158d2 100644
--- a/jni/Android.mk
+++ b/jni/Android.mk
@@ -16,7 +16,9 @@ WITH_BREAKPAD=0
endif
-#include polarssl/Android.mk
+ifeq ($(USE_POLAR),1)
+ include polarssl/Android.mk
+endif
include openvpn/Android.mk