Stop using boot HAL when decrypting fscrypt
Change-Id: Ia7aaf6b86c5ca456fd6651e776f4d6423b09f02e
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user