summaryrefslogtreecommitdiffstats
path: root/media/libaah_rtp
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2012-03-19 16:21:04 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-03-19 16:21:04 -0700
commit1bb8e81b066a2311fd238fc6dae8f026e33ed99e (patch)
treeb532516a844ab20331120a4d6f7777c27c36548c /media/libaah_rtp
parent1746929ddc7592ab397c402724a61352e45df093 (diff)
parentb12153e36ae5e514d96c77d660b327d1a8f5000f (diff)
downloadframeworks_av-1bb8e81b066a2311fd238fc6dae8f026e33ed99e.zip
frameworks_av-1bb8e81b066a2311fd238fc6dae8f026e33ed99e.tar.gz
frameworks_av-1bb8e81b066a2311fd238fc6dae8f026e33ed99e.tar.bz2
Merge "Add libmedia_native"
Diffstat (limited to 'media/libaah_rtp')
-rw-r--r--media/libaah_rtp/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libaah_rtp/Android.mk b/media/libaah_rtp/Android.mk
index 1e87cf0..6c927ba 100644
--- a/media/libaah_rtp/Android.mk
+++ b/media/libaah_rtp/Android.mk
@@ -29,6 +29,7 @@ LOCAL_SHARED_LIBRARIES := \
libcommon_time_client \
libbinder \
libmedia \
+ libmedia_native \
libstagefright \
libstagefright_foundation \
libutils
@@ -37,4 +38,3 @@ LOCAL_LDLIBS := \
-lpthread
include $(BUILD_SHARED_LIBRARY)
-