android: update build file (libssl enabled)

This commit is contained in:
Pierre-Eric Pelloux-Prayer 2011-07-20 15:28:54 +02:00
parent a1f54297c7
commit 11aeb96df5

View file

@ -127,20 +127,22 @@ LOCAL_C_INCLUDES += $(LIBLINPHONE_EXTENDED_C_INCLUDES)
endif
ifeq ($(TARGET_ARCH_ABI),armeabi-v7a)
LOCAL_SHARED_LIBRARIES += \
liblinssl liblincrypto
ifeq ($(BUILD_GPLV3_ZRTP),1)
LOCAL_SHARED_LIBRARIES += \
libzrtpcpp
endif
LOCAL_SHARED_LIBRARIES += \
liblinssl liblincrypto
ifeq ($(BUILD_GPLV3_ZRTP),1)
LOCAL_SHARED_LIBRARIES += \
libzrtpcpp
endif
ifeq ($(BUILD_SRTP),1)
LOCAL_SHARED_LIBRARIES += \
libsrtp
endif
ifeq ($(BUILD_SRTP),1)
LOCAL_SHARED_LIBRARIES += \
libsrtp
endif
else
LOCAL_STATIC_LIBRARIES += \
libssl-static libcrypto-static
LOCAL_LDLIBS += -lz
#LOCAL_STATIC_LIBRARIES += libz libdl
LOCAL_STATIC_LIBRARIES += \
libssl-static libcrypto-static
endif
LOCAL_MODULE := liblinphone