aboutsummaryrefslogtreecommitdiffstats
path: root/uncrypt
diff options
context:
space:
mode:
Diffstat (limited to 'uncrypt')
-rw-r--r--uncrypt/Android.mk7
1 files changed, 1 insertions, 6 deletions
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_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)