From: mauronofrio matarrese Date: Fri, 5 Apr 2019 10:32:16 +0000 (+0200) Subject: Little fix for AOSP Roms decryption X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=83e22127c4caa0f529fe6aafded102c205dc6f23;p=GitHub%2Fmoto-9609%2Ftwrp_device_motorola_troika.git Little fix for AOSP Roms decryption --- diff --git a/BoardConfig.mk b/BoardConfig.mk index e535773..8df3bd4 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -124,7 +124,7 @@ AB_OTA_PARTITIONS += \ # Encryption PLATFORM_SECURITY_PATCH := 2025-12-31 TW_INCLUDE_CRYPTO := true -#TW_INCLUDE_CRYPTO_FBE := true +TW_INCLUDE_CRYPTO_FBE := true # Extras BOARD_SUPPRESS_SECURE_ERASE := true diff --git a/recovery/root/sbin/android.hardware.confirmationui@1.0.so b/recovery/root/sbin/android.hardware.confirmationui@1.0.so new file mode 100644 index 0000000..f97c4ee Binary files /dev/null and b/recovery/root/sbin/android.hardware.confirmationui@1.0.so differ