From b1bb6cfe91c97fccd720de565fa69ed787ae1cbc Mon Sep 17 00:00:00 2001 From: Doug Kwan Date: Sun, 4 Oct 2009 19:27:57 -0700 Subject: 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. --- cmds/app_process/Android.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'cmds/app_process/Android.mk') diff --git a/cmds/app_process/Android.mk b/cmds/app_process/Android.mk index a33f5cc..2391b72 100644 --- a/cmds/app_process/Android.mk +++ b/cmds/app_process/Android.mk @@ -7,6 +7,7 @@ LOCAL_SRC_FILES:= \ LOCAL_SHARED_LIBRARIES := \ libcutils \ libutils \ + libbinder \ libandroid_runtime LOCAL_MODULE:= app_process -- cgit v1.1