summaryrefslogtreecommitdiffstats
path: root/media/tests
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
commit5038c78f1373bf97bcb8fd030928b3cde2051ac6 (patch)
tree4468c954d0637fc9999581a4bad6651e23d57418 /media/tests
parent233d316553837ef81fdf152432281d878dc8f773 (diff)
downloadframeworks_base-5038c78f1373bf97bcb8fd030928b3cde2051ac6.zip
frameworks_base-5038c78f1373bf97bcb8fd030928b3cde2051ac6.tar.gz
frameworks_base-5038c78f1373bf97bcb8fd030928b3cde2051ac6.tar.bz2
Add missing shared libraries in linker commands. Currently these libraries are
linked implicitly via dependencies of other shared libraries.
Diffstat (limited to 'media/tests')
-rw-r--r--media/tests/omxjpegdecoder/Android.mk4
1 files changed, 3 insertions, 1 deletions
diff --git a/media/tests/omxjpegdecoder/Android.mk b/media/tests/omxjpegdecoder/Android.mk
index e989078..f679f19 100644
--- a/media/tests/omxjpegdecoder/Android.mk
+++ b/media/tests/omxjpegdecoder/Android.mk
@@ -31,7 +31,9 @@ LOCAL_SRC_FILES += \
LOCAL_SHARED_LIBRARIES := \
libcutils \
libskia \
- libstagefright
+ libstagefright \
+ libbinder \
+ libutils
LOCAL_C_INCLUDES := \
$(JNI_H_INCLUDE) \