summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/rtsp
diff options
context:
space:
mode:
authorDan Morrill <morrildl@google.com>2013-03-07 14:40:40 -0800
committerDan Morrill <morrildl@google.com>2013-03-19 17:34:49 -0700
commit0e6858d6aea12fc585a8c7d217c1271878655081 (patch)
tree1dab494a2e6d8f8f6eb96011ee178445a4f76585 /media/libstagefright/rtsp
parent46df2764f0afee42deaf0ad8f0f1f0354987dfa5 (diff)
downloadframeworks_av-0e6858d6aea12fc585a8c7d217c1271878655081.zip
frameworks_av-0e6858d6aea12fc585a8c7d217c1271878655081.tar.gz
frameworks_av-0e6858d6aea12fc585a8c7d217c1271878655081.tar.bz2
Turn off debug tags in stagefright modules.
LOCAL_MODULE_TAGS := debug causes the module to be included in every userdebug build, regardless of whether it's specified as a dep by the device config. This CL switches them all to optional (i.e. default behavior) so that we can do (userdebug) device builds without pulling these in. Change-Id: I4b7b65afea61865dd38b3af55550fb8f10edf66d
Diffstat (limited to 'media/libstagefright/rtsp')
-rw-r--r--media/libstagefright/rtsp/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libstagefright/rtsp/Android.mk b/media/libstagefright/rtsp/Android.mk
index 9e2724d..e77c69c 100644
--- a/media/libstagefright/rtsp/Android.mk
+++ b/media/libstagefright/rtsp/Android.mk
@@ -51,7 +51,7 @@ LOCAL_C_INCLUDES:= \
LOCAL_CFLAGS += -Wno-multichar
-LOCAL_MODULE_TAGS := debug
+LOCAL_MODULE_TAGS := optional
LOCAL_MODULE:= rtp_test