summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2014-06-10 03:03:50 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-06-10 03:03:51 +0000
commitd3af4265dca4c8ebcead5376f1c73a5dafc34778 (patch)
tree8b4cabdabfa3e3a428afdfbe21a5682c129f057d
parent1f15b117db93c664de935be7a369878a5bc78bb9 (diff)
parent67ae86eea1aeb574ca19ec6b37d6e4dd7170e4c4 (diff)
downloadframeworks_av-d3af4265dca4c8ebcead5376f1c73a5dafc34778.zip
frameworks_av-d3af4265dca4c8ebcead5376f1c73a5dafc34778.tar.gz
frameworks_av-d3af4265dca4c8ebcead5376f1c73a5dafc34778.tar.bz2
Merge "Link libcrypto for MD5_* functions."
-rw-r--r--media/libstagefright/rtsp/Android.mk7
1 files changed, 7 insertions, 0 deletions
diff --git a/media/libstagefright/rtsp/Android.mk b/media/libstagefright/rtsp/Android.mk
index e77c69c..7342508 100644
--- a/media/libstagefright/rtsp/Android.mk
+++ b/media/libstagefright/rtsp/Android.mk
@@ -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)