summaryrefslogtreecommitdiffstats
path: root/Android.mk
diff options
context:
space:
mode:
authorEthan Yonker <dees_troy@teamw.in>2018-10-17 15:39:28 +0200
committerEthan Yonker <dees_troy@teamw.in>2019-03-20 21:33:48 +0100
commit98661c1a298cb01c93ae31973a42d152077beae6 (patch)
tree6d3b9e93bd1827017dea8eae4e89c923ce139ec2 /Android.mk
parentgpt: Add -Wno-format-security (diff)
downloadandroid_bootable_recovery-98661c1a298cb01c93ae31973a42d152077beae6.tar
android_bootable_recovery-98661c1a298cb01c93ae31973a42d152077beae6.tar.gz
android_bootable_recovery-98661c1a298cb01c93ae31973a42d152077beae6.tar.bz2
android_bootable_recovery-98661c1a298cb01c93ae31973a42d152077beae6.tar.lz
android_bootable_recovery-98661c1a298cb01c93ae31973a42d152077beae6.tar.xz
android_bootable_recovery-98661c1a298cb01c93ae31973a42d152077beae6.tar.zst
android_bootable_recovery-98661c1a298cb01c93ae31973a42d152077beae6.zip
Diffstat (limited to '')
-rwxr-xr-xAndroid.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/Android.mk b/Android.mk
index df18d7a7a..0bd225b9f 100755
--- a/Android.mk
+++ b/Android.mk
@@ -304,7 +304,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
@@ -831,7 +831,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