openssl updated to 1.0.2k, implemented x86_64 platform support

This commit is contained in:
lubomyr
2017-03-20 00:01:22 +02:00
parent 32f1ca882e
commit bf211679e1
19 changed files with 132 additions and 29 deletions

View File

@@ -7,7 +7,7 @@ LOCAL_MODULE_FILENAME := lib$(notdir $(LOCAL_PATH)).so.sdl.1 # It clashes with s
ifneq (openssl,$(LOCAL_MODULE))
ifneq ($(filter arm mips x86 arm64, $(TARGET_ARCH)),)
ifneq ($(filter arm mips x86 arm64 x86_64, $(TARGET_ARCH)),)
LOCAL_C_INCLUDES := $(LOCAL_PATH)/include
LOCAL_SRC_FILES := lib-$(TARGET_ARCH_ABI)/lib$(LOCAL_MODULE).so.sdl.1.so