summaryrefslogtreecommitdiffstats
path: root/media/sdutils/Android.mk
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2009-10-04 19:27:57 -0700
committerDoug Kwan <dougkwan@google.com>2009-10-04 19:27:57 -0700
commitb1bb6cfe91c97fccd720de565fa69ed787ae1cbc (patch)
treef57a58dd074a3846884b41320665d33a0d6553fe /media/sdutils/Android.mk
parent82583b8312403ed734c30b161750d40c26086ee2 (diff)
downloadframeworks_base-b1bb6cfe91c97fccd720de565fa69ed787ae1cbc.zip
frameworks_base-b1bb6cfe91c97fccd720de565fa69ed787ae1cbc.tar.gz
frameworks_base-b1bb6cfe91c97fccd720de565fa69ed787ae1cbc.tar.bz2
Add back missing shared libraries used in executables in link commands. These
executables have calls to some shared libraries without explicitly linking them. Currently it works as linker links these libraries via dependencies of other libraries. This is fragile and not the right thing to do.
Diffstat (limited to 'media/sdutils/Android.mk')
-rw-r--r--media/sdutils/Android.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/sdutils/Android.mk b/media/sdutils/Android.mk
index dafb8a6..74e1eca 100644
--- a/media/sdutils/Android.mk
+++ b/media/sdutils/Android.mk
@@ -6,7 +6,7 @@ include $(CLEAR_VARS)
LOCAL_SRC_FILES:= \
sdutil.cpp \
-LOCAL_SHARED_LIBRARIES := libhardware_legacy libcutils libutils libc
+LOCAL_SHARED_LIBRARIES := libhardware_legacy libbinder libcutils libutils libc
LOCAL_MODULE:= sdutil
LOCAL_MODULE_TAGS := debug