From 4bf8618fea6c95686f23f957c2799ac450076623 Mon Sep 17 00:00:00 2001 From: Doug Kwan Date: Fri, 2 Oct 2009 11:21:07 -0700 Subject: 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. --- dexopt/Android.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'dexopt') 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 -- cgit v1.2.3