summaryrefslogtreecommitdiffstats
path: root/media/libmediaplayerservice/Android.mk
diff options
context:
space:
mode:
authorJohn Grossman <johngro@google.com>2012-08-06 13:50:00 -0700
committerJohn Grossman <johngro@google.com>2012-08-13 09:48:56 -0700
commit8ec1f2a4f3c72fe7472f8b8fa227f6b7bbc9279b (patch)
tree5a85d007f81c1d09f68f3894f8cbb0a950372250 /media/libmediaplayerservice/Android.mk
parent44a7e42f0310831e6a846d1b6bb40bf3a399bf6d (diff)
downloadframeworks_av-8ec1f2a4f3c72fe7472f8b8fa227f6b7bbc9279b.zip
frameworks_av-8ec1f2a4f3c72fe7472f8b8fa227f6b7bbc9279b.tar.gz
frameworks_av-8ec1f2a4f3c72fe7472f8b8fa227f6b7bbc9279b.tar.bz2
Move the AAH RTP code out of framework and into vendor.
Relocate the AAH RTP code from framework/av into vendor/google_devices/phantasm. This change is the deletion, there will be a separate CL which re-introduces on the vendor side of things. Change-Id: Ibe7e6d4b633a3886b87a615691a2692f2382af6c Signed-off-by: John Grossman <johngro@google.com>
Diffstat (limited to 'media/libmediaplayerservice/Android.mk')
-rw-r--r--media/libmediaplayerservice/Android.mk3
1 files changed, 1 insertions, 2 deletions
diff --git a/media/libmediaplayerservice/Android.mk b/media/libmediaplayerservice/Android.mk
index e3134d1..1373d3c 100644
--- a/media/libmediaplayerservice/Android.mk
+++ b/media/libmediaplayerservice/Android.mk
@@ -32,8 +32,7 @@ LOCAL_SHARED_LIBRARIES := \
libstagefright_omx \
libstagefright_foundation \
libgui \
- libdl \
- libaah_rtp
+ libdl
LOCAL_STATIC_LIBRARIES := \
libstagefright_nuplayer \