summaryrefslogtreecommitdiffstats
path: root/dexopt
diff options
context:
space:
mode:
authorDoug Kwan <dougkwan@google.com>2009-10-02 11:21:07 -0700
committerDoug Kwan <dougkwan@google.com>2009-10-02 11:21:07 -0700
commit4bf8618fea6c95686f23f957c2799ac450076623 (patch)
tree1dadaf59e7c7cf40ec0e5a58b20dc5909bcc965d /dexopt
parent0e834848b2df0fb6a3f72b76be256f7f4e987827 (diff)
downloadandroid_dalvik-4bf8618fea6c95686f23f957c2799ac450076623.tar.gz
android_dalvik-4bf8618fea6c95686f23f957c2799ac450076623.tar.bz2
android_dalvik-4bf8618fea6c95686f23f957c2799ac450076623.zip
Add back missing shared libraries used by executable in link command. These
libraries are linked though dependencies of other libraries. While that works, it is not the right thing to do.
Diffstat (limited to 'dexopt')
-rw-r--r--dexopt/Android.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/dexopt/Android.mk b/dexopt/Android.mk
index 8e30a2c85..86370736f 100644
--- a/dexopt/Android.mk
+++ b/dexopt/Android.mk
@@ -29,6 +29,8 @@ LOCAL_C_INCLUDES := \
$(JNI_H_INCLUDE)
LOCAL_SHARED_LIBRARIES := \
+ libcutils \
+ liblog \
libz \
libssl \
libdvm