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 --- minuitwrp/Android.mk | 3 --- 1 file changed, 3 deletions(-) (limited to 'minuitwrp') diff --git a/minuitwrp/Android.mk b/minuitwrp/Android.mk index e1bf76ef1..6e5f45f0b 100644 --- a/minuitwrp/Android.mk +++ b/minuitwrp/Android.mk @@ -16,9 +16,6 @@ LOCAL_C_INCLUDES += \ system/core/include \ external/jpeg -LOCAL_C_INCLUDES += \ - bootable/recovery/libjpegtwrp - ifeq ($(RECOVERY_TOUCHSCREEN_SWAP_XY), true) LOCAL_CFLAGS += -DRECOVERY_TOUCHSCREEN_SWAP_XY endif -- cgit v1.2.3