summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/httplive
diff options
context:
space:
mode:
authorJames Dong <jdong@google.com>2012-03-12 14:37:53 -0700
committerJames Dong <jdong@google.com>2012-03-12 21:28:57 -0700
commit6c6b4d0d2b98a7ceee8b697daaf611f8df3254fb (patch)
tree307356be51d237ee22f88affdc3376270d571be9 /media/libstagefright/httplive
parentaa4397f07c43bd83bc3100b749401dc3d15e7622 (diff)
downloadframeworks_av-6c6b4d0d2b98a7ceee8b697daaf611f8df3254fb.zip
frameworks_av-6c6b4d0d2b98a7ceee8b697daaf611f8df3254fb.tar.gz
frameworks_av-6c6b4d0d2b98a7ceee8b697daaf611f8df3254fb.tar.bz2
Switched to use the header files in /frameworks/native
and deleted the duplicate header files in /frameworks/base o related-to-bug: 6044887 Change-Id: I17e0692d9a9b5c8796ded36677c833ca8ab36795
Diffstat (limited to 'media/libstagefright/httplive')
-rw-r--r--media/libstagefright/httplive/Android.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/media/libstagefright/httplive/Android.mk b/media/libstagefright/httplive/Android.mk
index 9225e41..a5990c3 100644
--- a/media/libstagefright/httplive/Android.mk
+++ b/media/libstagefright/httplive/Android.mk
@@ -9,9 +9,9 @@ LOCAL_SRC_FILES:= \
LOCAL_C_INCLUDES:= \
$(JNI_H_INCLUDE) \
- $(TOP)/frameworks/base/include/media/stagefright/openmax \
- $(TOP)/frameworks/base/media/libstagefright \
- $(TOP)/external/openssl/include
+ $(TOP)/frameworks/base/media/libstagefright \
+ $(TOP)/frameworks/native/include/media/openmax \
+ $(TOP)/external/openssl/include
LOCAL_MODULE:= libstagefright_httplive