Add an Android specific kernel_ipsec_t implementation

This is pretty much a proxy class that delegates everything (that is
currently supported) to libipsec.
This commit is contained in:
Tobias Brunner
2012-08-13 11:00:27 +02:00
parent 24447cf49f
commit 175088517f
4 changed files with 244 additions and 0 deletions
@@ -5,6 +5,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES := \
android_jni.c android_jni.h \
charonservice.c charonservice.h \
kernel/android_ipsec.c kernel/android_ipsec.h \
kernel/android_net.c kernel/android_net.h
# build libandroidbridge -------------------------------------------------------