diff options
Diffstat (limited to 'Android.mk')
-rwxr-xr-x | Android.mk | 4 |
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 |