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:
@@ -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 -------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user