From a83a76014380bc822f836884231145c76ec5af43 Mon Sep 17 00:00:00 2001 From: bigbiff Date: Fri, 3 Sep 2021 08:45:00 +0530 Subject: [PATCH] hiphi: Enable TW_INCLUDE_CRYPTO * According to the main Android.mk TW_INCLUDE_CRYPTO_FBE is the BoardConfig value to use, which sets TW_INCLUDE_FBE in the source. * Special thanks to bigbiff for the explanation Signed-off-by: 7Soldier --- BoardConfig.mk | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/BoardConfig.mk b/BoardConfig.mk index 9b57cd7..02ab650 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -112,6 +112,10 @@ BOOT_SECURITY_PATCH := $(PLATFORM_SECURITY_PATCH) PLATFORM_VERSION := 99.87.36 PLATFORM_VERSION_LAST_STABLE := $(PLATFORM_VERSION) +# Crypto +TW_INCLUDE_CRYPTO := true +TW_INCLUDE_CRYPTO_FBE := true + # TWRP Configuration TW_THEME := portrait_hdpi TW_Y_OFFSET := 85