diff options
Diffstat (limited to '')
-rw-r--r-- | crypto/lollipop/Android.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/lollipop/Android.mk b/crypto/lollipop/Android.mk index cce070b56..40b4d5f95 100644 --- a/crypto/lollipop/Android.mk +++ b/crypto/lollipop/Android.mk @@ -44,9 +44,9 @@ LOCAL_SRC_FILES = cryptfs.c # hardware/libhardware/include/hardware \ # system/security/softkeymaster/include/keymaster #LOCAL_SHARED_LIBRARIES += libc liblog libcutils libcrypto libext4_utils -LOCAL_SHARED_LIBRARIES := $(common_shared_libraries) +LOCAL_SHARED_LIBRARIES := $(common_shared_libraries) libmincrypttwrp liblogwrap LOCAL_C_INCLUDES := external/openssl/include $(common_c_includes) -LOCAL_STATIC_LIBRARIES += libfs_mgr libscrypt_static liblogwrap libmincrypttwrp +LOCAL_WHOLE_STATIC_LIBRARIES += libfs_mgr libscrypt_static include $(BUILD_SHARED_LIBRARY) endif |