am 1a35a586: revert uncrypt back to dynamic linking, fix libs

* commit '1a35a586904cd429fd3a6a6c2de64a16ccdf693d':
  revert uncrypt back to dynamic linking, fix libs
diff --git a/uncrypt/Android.mk b/uncrypt/Android.mk
index ef3cead..8d0a737 100644
--- a/uncrypt/Android.mk
+++ b/uncrypt/Android.mk
@@ -20,11 +20,6 @@
 
 LOCAL_MODULE := uncrypt
 
-LOCAL_STATIC_LIBRARIES := \
-	libfs_mgr \
-	libcutils \
-	libc
-
-LOCAL_FORCE_STATIC_EXECUTABLE := true
+LOCAL_STATIC_LIBRARIES := libfs_mgr libcutils
 
 include $(BUILD_EXECUTABLE)