Stop using boot HAL when decrypting fscrypt

Change-Id: Ia7aaf6b86c5ca456fd6651e776f4d6423b09f02e
This commit is contained in:
Ethan Yonker
2021-08-22 22:47:02 +00:00
committed by bigbiff
parent 7fc7050b6d
commit deeefbdec4
+1
View File
@@ -267,6 +267,7 @@ bool cp_needsRollback() {
}
bool cp_needsCheckpoint() {
return true;
std::lock_guard<std::mutex> lock(isCheckpointingLock);
// Make sure we only return true during boot. See b/138952436 for discussion