summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorDees Troy <dees_troy@teamw.in>2019-03-20 21:40:44 +0100
committerGerrit Code Review <gerrit2@gerrit.omnirom.org>2019-03-20 21:40:44 +0100
commit908442dfb5ede6580c79d9c14a8c44b0f30670ac (patch)
treefb6556174678001a93cbb355dc5f2a4789932599 /Android.mk
parentMTP FFS updates: (diff)
parentUpdate FDE decrypt to pie from CAF (diff)
downloadandroid_bootable_recovery-908442dfb5ede6580c79d9c14a8c44b0f30670ac.tar
android_bootable_recovery-908442dfb5ede6580c79d9c14a8c44b0f30670ac.tar.gz
android_bootable_recovery-908442dfb5ede6580c79d9c14a8c44b0f30670ac.tar.bz2
android_bootable_recovery-908442dfb5ede6580c79d9c14a8c44b0f30670ac.tar.lz
android_bootable_recovery-908442dfb5ede6580c79d9c14a8c44b0f30670ac.tar.xz
android_bootable_recovery-908442dfb5ede6580c79d9c14a8c44b0f30670ac.tar.zst
android_bootable_recovery-908442dfb5ede6580c79d9c14a8c44b0f30670ac.zip
Diffstat (limited to 'Android.mk')
-rwxr-xr-xAndroid.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index c81fed0b6..920b3903b 100755
--- a/Android.mk
+++ b/Android.mk
@@ -317,7 +317,7 @@ ifeq ($(TW_INCLUDE_L_CRYPTO), true)
endif
ifeq ($(TW_INCLUDE_CRYPTO), true)
LOCAL_CFLAGS += -DTW_INCLUDE_CRYPTO
- LOCAL_SHARED_LIBRARIES += libcryptfslollipop libgpt_twrp
+ LOCAL_SHARED_LIBRARIES += libcryptfsfde libgpt_twrp
LOCAL_C_INCLUDES += external/boringssl/src/include
ifeq ($(shell test $(PLATFORM_SDK_VERSION) -ge 24; echo $$?),0)
TW_INCLUDE_CRYPTO_FBE := true
@@ -849,7 +849,7 @@ ifeq ($(shell test $(PLATFORM_SDK_VERSION) -lt 24; echo $$?),0)
endif
ifeq ($(TW_INCLUDE_CRYPTO), true)
- include $(commands_TWRP_local_path)/crypto/lollipop/Android.mk
+ include $(commands_TWRP_local_path)/crypto/fde/Android.mk
include $(commands_TWRP_local_path)/crypto/scrypt/Android.mk
ifeq ($(TW_INCLUDE_CRYPTO_FBE), true)
include $(commands_TWRP_local_path)/crypto/ext4crypt/Android.mk