summaryrefslogtreecommitdiffstats
path: root/cmds/stagefright/Android.mk
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2009-12-22 13:30:25 -0800
committerDoug Kwan <dougkwan@google.com>2009-12-22 13:30:25 -0800
commita17e2b9a98c836145d6b50c6b1407e2162c526ac (patch)
tree14fbdc0c50f87c17630f50a91626b37e5ebef0ae /cmds/stagefright/Android.mk
parent01d48d20f8e69061cd41741c2ed5c7f2dc8f2116 (diff)
downloadframeworks_av-a17e2b9a98c836145d6b50c6b1407e2162c526ac.zip
frameworks_av-a17e2b9a98c836145d6b50c6b1407e2162c526ac.tar.gz
frameworks_av-a17e2b9a98c836145d6b50c6b1407e2162c526ac.tar.bz2
Add missing shared libraries in linker commands. Currently these libraries are
linked implicitly via dependencies of other shared libraries.
Diffstat (limited to 'cmds/stagefright/Android.mk')
-rw-r--r--cmds/stagefright/Android.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/cmds/stagefright/Android.mk b/cmds/stagefright/Android.mk
index 100af89..68d8bb0 100644
--- a/cmds/stagefright/Android.mk
+++ b/cmds/stagefright/Android.mk
@@ -8,7 +8,7 @@ LOCAL_SRC_FILES:= \
stagefright.cpp
LOCAL_SHARED_LIBRARIES := \
- libstagefright
+ libstagefright libmedia libutils libbinder
LOCAL_C_INCLUDES:= \
$(JNI_H_INCLUDE) \
@@ -30,7 +30,7 @@ LOCAL_SRC_FILES:= \
record.cpp
LOCAL_SHARED_LIBRARIES := \
- libstagefright
+ libstagefright liblog libutils libbinder
LOCAL_C_INCLUDES:= \
$(JNI_H_INCLUDE) \
@@ -52,7 +52,7 @@ LOCAL_SRC_FILES:= \
audioloop.cpp
LOCAL_SHARED_LIBRARIES := \
- libstagefright
+ libstagefright liblog libutils libbinder
LOCAL_C_INCLUDES:= \
$(JNI_H_INCLUDE) \