summaryrefslogtreecommitdiffstats
path: root/media
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2014-02-06 19:31:02 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2014-02-06 19:31:02 +0000
commit85f06f640d364490dbf133f55e9d62d7c7c0db11 (patch)
tree00c55c43cd3445906e8bd8a06989ab188a051805 /media
parent7ca6e73bed1d2e1a928104feb6e9ae92953bfff5 (diff)
parent8d0c751c1d02aef9d96bb98f5c7be57676420120 (diff)
downloadframeworks_av-85f06f640d364490dbf133f55e9d62d7c7c0db11.zip
frameworks_av-85f06f640d364490dbf133f55e9d62d7c7c0db11.tar.gz
frameworks_av-85f06f640d364490dbf133f55e9d62d7c7c0db11.tar.bz2
Merge "Remove libstagefright_http_support from the PDK build."
Diffstat (limited to 'media')
-rw-r--r--media/libstagefright/http/Android.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/media/libstagefright/http/Android.mk b/media/libstagefright/http/Android.mk
index baef9ab..a6b481f 100644
--- a/media/libstagefright/http/Android.mk
+++ b/media/libstagefright/http/Android.mk
@@ -1,5 +1,7 @@
LOCAL_PATH:= $(call my-dir)
+ifneq ($(TARGET_BUILD_PDK), true)
+
include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
@@ -20,3 +22,5 @@ LOCAL_MODULE:= libstagefright_http_support
LOCAL_CFLAGS += -Wno-multichar
include $(BUILD_SHARED_LIBRARY)
+
+endif