Global charonservice_t object added to libandroidbridge

This is later used to call Java methods on CharonVpnService via JNI.
This commit is contained in:
Tobias Brunner
2012-08-08 15:41:04 +02:00
parent f83f65be08
commit 6f11e94134
3 changed files with 95 additions and 2 deletions
@@ -4,7 +4,7 @@ include $(CLEAR_VARS)
# copy-n-paste from Makefile.am
LOCAL_SRC_FILES := \
android_jni.c android_jni.h \
charonservice.c
charonservice.c charonservice.h
# build libandroidbridge -------------------------------------------------------