summaryrefslogtreecommitdiffstats
path: root/media/libstagefright/Android.mk
diff options
context:
space:
mode:
authorChad Brubaker <cbrubaker@google.com>2013-07-15 21:17:03 -0700
committerChad Brubaker <cbrubaker@google.com>2013-07-19 15:15:35 -0700
commit5908f88a7e45380a9b0d71a3b1ea535d76c420b3 (patch)
treeb7b332e961fd8ecbe485f6811680f5e05f1f4ce5 /media/libstagefright/Android.mk
parentce177bb31493d3cd4450f9d4760fa1fd32ec6bf4 (diff)
downloadframeworks_av-5908f88a7e45380a9b0d71a3b1ea535d76c420b3.zip
frameworks_av-5908f88a7e45380a9b0d71a3b1ea535d76c420b3.tar.gz
frameworks_av-5908f88a7e45380a9b0d71a3b1ea535d76c420b3.tar.bz2
Add routing sockets for the requesting user
Mediaserver sockets are now routed as if the connection was in the requesting app in per user routing. Change-Id: I60f4649c3c4145a65264b54c1aa2c6c7741efaba
Diffstat (limited to 'media/libstagefright/Android.mk')
-rw-r--r--media/libstagefright/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/media/libstagefright/Android.mk b/media/libstagefright/Android.mk
index 9544dbc..90bf324 100644
--- a/media/libstagefright/Android.mk
+++ b/media/libstagefright/Android.mk
@@ -62,6 +62,7 @@ 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 \
@@ -69,6 +70,7 @@ LOCAL_C_INCLUDES:= \
LOCAL_SHARED_LIBRARIES := \
libbinder \
libcamera_client \
+ libconnectivitymanager \
libcutils \
libdl \
libdrmframework \