android: Remove dependency on libvstr

This commit is contained in:
Tobias Brunner
2013-11-13 11:40:47 +01:00
parent 27467a6881
commit 20c99edab9
20 changed files with 5 additions and 46 deletions
+2 -5
View File
@@ -36,7 +36,7 @@ selectors/traffic_selector.c threading/thread.c threading/thread_value.c \
threading/mutex.c threading/semaphore.c threading/rwlock.c threading/spinlock.c \
utils/utils.c utils/chunk.c utils/debug.c utils/enum.c utils/identification.c \
utils/lexparser.c utils/optionsfrom.c utils/capabilities.c utils/backtrace.c \
utils/printf_hook/printf_hook_vstr.c utils/settings.c
utils/printf_hook/printf_hook_builtin.c utils/settings.c
# adding the plugin source files
@@ -96,9 +96,6 @@ LOCAL_SRC_FILES += $(call add_plugin, xcbc)
# build libstrongswan ----------------------------------------------------------
LOCAL_C_INCLUDES += \
$(libvstr_PATH)
LOCAL_CFLAGS := $(strongswan_CFLAGS) \
-include $(LOCAL_PATH)/AndroidConfigLocal.h
@@ -110,6 +107,6 @@ LOCAL_ARM_MODE := arm
LOCAL_PRELINK_MODULE := false
LOCAL_SHARED_LIBRARIES += libdl libvstr
LOCAL_SHARED_LIBRARIES += libdl
include $(BUILD_SHARED_LIBRARY)