summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/Android.mk
diff options
context:
space:
mode:
authorSreeram Ramachandran <sreeram@google.com>2014-07-11 17:37:32 -0700
committerSreeram Ramachandran <sreeram@google.com>2014-07-11 17:45:53 -0700
commit8e6912423c3be3fc2f4bab8ac815f0dce075ded8 (patch)
tree663cec66b2cead18e0683ab749062d94a51188b8 /media/libstagefright/Android.mk
parentbb37e1ce90fe46963512a8dfa5f2f9a974a2424f (diff)
downloadframeworks_av-8e6912423c3be3fc2f4bab8ac815f0dce075ded8.zip
frameworks_av-8e6912423c3be3fc2f4bab8ac815f0dce075ded8.tar.gz
frameworks_av-8e6912423c3be3fc2f4bab8ac815f0dce075ded8.tar.bz2
Use a better and more direct API to mark a socket as if it were a user's.
Change-Id: If525ee259b74314191d1913f7c2a3e828e05c38f
Diffstat (limited to 'media/libstagefright/Android.mk')
-rw-r--r--media/libstagefright/Android.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/media/libstagefright/Android.mk b/media/libstagefright/Android.mk
index 99c8e9f..be9af5e 100644
--- a/media/libstagefright/Android.mk
+++ b/media/libstagefright/Android.mk
@@ -65,16 +65,15 @@ LOCAL_C_INCLUDES:= \
$(TOP)/frameworks/av/include/media/stagefright/timedtext \
$(TOP)/frameworks/native/include/media/hardware \
$(TOP)/frameworks/native/include/media/openmax \
- $(TOP)/frameworks/native/services/connectivitymanager \
$(TOP)/external/flac/include \
$(TOP)/external/tremolo \
$(TOP)/external/openssl/include \
$(TOP)/external/libvpx/libwebm \
+ $(TOP)/system/netd/include \
LOCAL_SHARED_LIBRARIES := \
libbinder \
libcamera_client \
- libconnectivitymanager \
libcutils \
libdl \
libdrmframework \
@@ -84,6 +83,7 @@ LOCAL_SHARED_LIBRARIES := \
libicuuc \
liblog \
libmedia \
+ libnetd_client \
libopus \
libsonivox \
libssl \