revert uncrypt back to dynamic linking, fix libs

Bug: 17029174, 17015157
Change-Id: I1d24f3402875dfb972daa6daef0f385baeff84e9
This commit is contained in:
Doug Zongker
2014-08-14 10:29:54 -07:00
parent 537d34f907
commit 1a35a58690

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)