Add an Android specific kernel_net_t implementation

This currently provides only no-ops and is just added because a
kernel-net implementation is required and kernel-netlink can't be used
at the moment.
This commit is contained in:
Tobias Brunner
2012-08-13 11:00:27 +02:00
parent 6e04147743
commit 24447cf49f
5 changed files with 126 additions and 1 deletions
@@ -4,7 +4,8 @@ include $(CLEAR_VARS)
# copy-n-paste from Makefile.am
LOCAL_SRC_FILES := \
android_jni.c android_jni.h \
charonservice.c charonservice.h
charonservice.c charonservice.h \
kernel/android_net.c kernel/android_net.h
# build libandroidbridge -------------------------------------------------------