commit | 8d0c751c1d02aef9d96bb98f5c7be57676420120 | [log] [tgz] |
---|---|---|
author | Andreas Huber <andih@google.com> | Thu Feb 06 11:08:20 2014 -0800 |
committer | Andreas Huber <andih@google.com> | Thu Feb 06 11:08:20 2014 -0800 |
tree | c364a11ed7364827b5a719e022cf2b278c0ec795 | |
parent | 96f8436385163764cda10f1d45e13b9bd691a8b4 [diff] |
Remove libstagefright_http_support from the PDK build. Change-Id: Ie9f81b1cd2694e65fe2d7590cf2ad9e7dad162ce
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_CFLAGS += -Wno-multichar include $(BUILD_SHARED_LIBRARY) + +endif