OSDN Git Service

Add back missing shared libraries used by executable in link command. These
authorDoug Kwan <dougkwan@google.com>
Fri, 2 Oct 2009 18:21:07 +0000 (11:21 -0700)
committerDoug Kwan <dougkwan@google.com>
Fri, 2 Oct 2009 18:21:07 +0000 (11:21 -0700)
libraries are linked though dependencies of other libraries.  While that works,
it is not the right thing to do.

dexopt/Android.mk

index 8e30a2c..8637073 100644 (file)
@@ -29,6 +29,8 @@ LOCAL_C_INCLUDES := \
                $(JNI_H_INCLUDE)
 
 LOCAL_SHARED_LIBRARIES := \
+               libcutils \
+               liblog \
                libz \
                libssl \
                libdvm