From 06b91e7965bc3451ecc27886efc3df4c35f197f4 Mon Sep 17 00:00:00 2001 From: OliverG96 Date: Fri, 6 Dec 2013 00:10:56 +0000 Subject: crypto: Fix crypto dependencies for ICS/Samsung methods - libmincrypt renamed to libmincrypttwrp that is an static library - libjpegtwrp does not exist - libfs_mgrtwrp is for JB decryption methods This fixes making full builds when TW_INCLUDE_CRYPTO_SAMSUNG := true and TW_INCLUDE_CRYPTO := true are set. Somehow typing make recoveryimage doesnt push the mentioned issue. Change-Id: I7cad5db4f51152a1a8209e619b188ca88d7c74d1 --- crypto/cryptfs/Android.mk | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'crypto/cryptfs/Android.mk') diff --git a/crypto/cryptfs/Android.mk b/crypto/cryptfs/Android.mk index 62713fed7..f0388c228 100644 --- a/crypto/cryptfs/Android.mk +++ b/crypto/cryptfs/Android.mk @@ -40,9 +40,9 @@ LOCAL_SHARED_LIBRARIES += libcrypto LOCAL_LDFLAGS += -ldl LOCAL_STATIC_LIBRARIES += libmtdutils -LOCAL_STATIC_LIBRARIES += libminadbd libminzip libunz -LOCAL_STATIC_LIBRARIES += libminuitwrp libpixelflinger_static libpng libjpegtwrp libgui -LOCAL_SHARED_LIBRARIES += libz libc libstlport libcutils libstdc++ libmincrypt libext4_utils +LOCAL_STATIC_LIBRARIES += libminzip libunz +LOCAL_STATIC_LIBRARIES += libpixelflinger_static libpng libmincrypttwrp +LOCAL_SHARED_LIBRARIES += libz libc libstlport libcutils libstdc++ libext4_utils LOCAL_STATIC_LIBRARIES += libcrypt_samsung @@ -51,4 +51,4 @@ LOCAL_STATIC_LIBRARIES += $(TARGET_RECOVERY_UI_LIB) LOCAL_MODULE_CLASS := UTILITY_EXECUTABLES LOCAL_MODULE_PATH := $(PRODUCT_OUT)/utilities include $(BUILD_EXECUTABLE) -endif \ No newline at end of file +endif -- cgit v1.2.3