summaryrefslogtreecommitdiff
path: root/jni/Android.mk
diff options
context:
space:
mode:
authorArne Schwabe <arne@rfc2549.org>2012-07-25 19:54:43 +0200
committerArne Schwabe <arne@rfc2549.org>2012-07-25 19:54:43 +0200
commit02c364271bc75cae5c00faf3b01d2f4b85113d07 (patch)
tree2f54da1e3367a193228659a32612bd3daa4976e2 /jni/Android.mk
parent5e48e30e53bb7b42154866214217bf3f500ee7fd (diff)
parent2b811c50e5b5202eedab9d0a9768ec5e0d7168a3 (diff)
Merge
Diffstat (limited to 'jni/Android.mk')
-rw-r--r--jni/Android.mk4
1 files changed, 1 insertions, 3 deletions
diff --git a/jni/Android.mk b/jni/Android.mk
index cdfbed8d..3514b920 100644
--- a/jni/Android.mk
+++ b/jni/Android.mk
@@ -1,6 +1,4 @@
# Path of the sources
-
-
JNI_DIR := $(call my-dir)
include lzo/Android.mk
@@ -23,7 +21,7 @@ include $(BUILD_SHARED_LIBRARY)
include $(CLEAR_VARS)
-LOCAL_LDLIBS := -lz -lc
+LOCAL_LDLIBS := -lz -lc
LOCAL_SHARED_LIBRARIES := libssl libcrypto openvpn
LOCAL_SRC_FILES:= minivpn.c
LOCAL_MODULE = minivpn