summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/rtsp
diff options
context:
space:
mode:
authorChristopher Ferris <cferris@google.com>2014-06-11 12:20:18 -0700
committerChristopher Ferris <cferris@google.com>2014-06-11 12:20:18 -0700
commit11cbb06b35cbcb488c7f39b71886ce379e57f867 (patch)
treee63c065079040ea4f35081c7329c93253fc1e87e /media/libstagefright/rtsp
parent374d6e86df490ee3b192bdb7a12c6ef42c091f59 (diff)
parent281b884c42fb6c2ba225009af3ecb4d84fbcc607 (diff)
downloadframeworks_av-11cbb06b35cbcb488c7f39b71886ce379e57f867.zip
frameworks_av-11cbb06b35cbcb488c7f39b71886ce379e57f867.tar.gz
frameworks_av-11cbb06b35cbcb488c7f39b71886ce379e57f867.tar.bz2
resolved conflicts for merge of 281b884c to master
Change-Id: If8924939bdf54d3a9e6a4876a05d0672c27cf8ef
Diffstat (limited to 'media/libstagefright/rtsp')
-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 39eedc0..1e06f7c 100644
--- a/media/libstagefright/rtsp/Android.mk
+++ b/media/libstagefright/rtsp/Android.mk
@@ -26,12 +26,17 @@ LOCAL_C_INCLUDES:= \
LOCAL_MODULE:= libstagefright_rtsp
+LOCAL_WHOLE_STATIC_LIBRARIES := \
+ libcrypto_static
+
ifeq ($(TARGET_ARCH),arm)
LOCAL_CFLAGS += -Wno-psabi
endif
LOCAL_CFLAGS += -Werror
+LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
+
include $(BUILD_STATIC_LIBRARY)
################################################################################
@@ -57,4 +62,6 @@ LOCAL_MODULE_TAGS := optional
LOCAL_MODULE:= rtp_test
+LOCAL_ADDITIONAL_DEPENDENCIES := $(LOCAL_PATH)/Android.mk
+
# include $(BUILD_EXECUTABLE)