From 560e65f89972b9149f32b441c46030ec4db6852b Mon Sep 17 00:00:00 2001 From: Ethan Yonker Date: Mon, 17 Nov 2014 11:37:00 -0600 Subject: Make libmincrypttwrp a shared library Change-Id: I8c3f084fc34b00edb4cd1b652290df8bc80ea1db --- crypto/lollipop/Android.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crypto') 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 -- cgit v1.2.3