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.
diff --git a/dexopt/Android.mk b/dexopt/Android.mk
index 8e30a2c..8637073 100644
--- a/dexopt/Android.mk
+++ b/dexopt/Android.mk
@@ -29,6 +29,8 @@
 		$(JNI_H_INCLUDE)
 
 LOCAL_SHARED_LIBRARIES := \
+		libcutils \
+		liblog \
 		libz \
 		libssl \
 		libdvm