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

* commit '1a35a586904cd429fd3a6a6c2de64a16ccdf693d':
  revert uncrypt back to dynamic linking, fix libs
This commit is contained in:
Doug Zongker
2014-08-15 11:52:14 +00:00
committed by Android Git Automerger
+1 -6
View File
@@ -20,11 +20,6 @@ LOCAL_SRC_FILES := uncrypt.c
LOCAL_MODULE := uncrypt
LOCAL_STATIC_LIBRARIES := \
libfs_mgr \
libcutils \
libc
LOCAL_FORCE_STATIC_EXECUTABLE := true
LOCAL_STATIC_LIBRARIES := libfs_mgr libcutils
include $(BUILD_EXECUTABLE)