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

Commit 281b884c authored by Christopher Ferris's avatar Christopher Ferris Committed by Android Git Automerger
Browse files

am d3af4265: Merge "Link libcrypto for MD5_* functions."

* commit 'd3af4265':
  Link libcrypto for MD5_* functions.
parents dd80baf5 d3af4265
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)