Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d3af4265 authored by Christopher Ferris's avatar Christopher Ferris Committed by Gerrit Code Review
Browse files

Merge "Link libcrypto for MD5_* functions."

parents 1f15b117 67ae86ee
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -26,10 +26,15 @@ LOCAL_C_INCLUDES:= \

LOCAL_MODULE:= libstagefright_rtsp

LOCAL_WHOLE_STATIC_LIBRARIES := \
	libcrypto_static

ifeq ($(TARGET_ARCH),arm)
    LOCAL_CFLAGS += -Wno-psabi
endif

LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk

include $(BUILD_STATIC_LIBRARY)

################################################################################
@@ -55,4 +60,6 @@ LOCAL_MODULE_TAGS := optional

LOCAL_MODULE:= rtp_test

LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk

# include $(BUILD_EXECUTABLE)