Little fix for AOSP Roms decryption
authormauronofrio matarrese <poronofrio@gmail.com>
Fri, 5 Apr 2019 10:32:16 +0000 (12:32 +0200)
committermauronofrio matarrese <poronofrio@gmail.com>
Fri, 5 Apr 2019 10:32:16 +0000 (12:32 +0200)
BoardConfig.mk
recovery/root/sbin/android.hardware.confirmationui@1.0.so [new file with mode: 0644]

index e5357731c7a14e9061a6f1f5203561295309f3fb..8df3bd4f8b563530d45f672d3d37ff62dc5805f0 100644 (file)
@@ -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 (file)
index 0000000..f97c4ee
Binary files /dev/null and b/recovery/root/sbin/android.hardware.confirmationui@1.0.so differ