android: Remove dependency on libvstr
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user