summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Huber <andih@google.com>2014-02-06 11:08:20 -0800
committerAndreas Huber <andih@google.com>2014-02-06 11:08:20 -0800
commit8d0c751c1d02aef9d96bb98f5c7be57676420120 (patch)
treec364a11ed7364827b5a719e022cf2b278c0ec795
parent96f8436385163764cda10f1d45e13b9bd691a8b4 (diff)
downloadframeworks_av-8d0c751c1d02aef9d96bb98f5c7be57676420120.zip
frameworks_av-8d0c751c1d02aef9d96bb98f5c7be57676420120.tar.gz
frameworks_av-8d0c751c1d02aef9d96bb98f5c7be57676420120.tar.bz2
Remove libstagefright_http_support from the PDK build.
Change-Id: Ie9f81b1cd2694e65fe2d7590cf2ad9e7dad162ce
-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