OSDN Git Service

Add missing shared library used by executable in linker command. This execute
authorDoug Kwan <dougkwan@google.com>
Fri, 2 Oct 2009 22:13:33 +0000 (15:13 -0700)
committerDoug Kwan <dougkwan@google.com>
Fri, 2 Oct 2009 22:13:33 +0000 (15:13 -0700)
contains call to a shared library without explicitly linking it.  Currently this
works because the library is linked via dependency of another shared library
used by the executable.  This is fragile and not the right thing to do.

rild/Android.mk

index 7c8620a..f74a005 100644 (file)
@@ -8,6 +8,7 @@ LOCAL_SRC_FILES:= \
 
 
 LOCAL_SHARED_LIBRARIES := \
+       libdl \
        libcutils \
        libril