Merge "Allow fscrypt_mount_metadata_encrypted to be called more than once" am: 69199c70ec
am: c39c12d0c3
Change-Id: I075c96eff7910c7a68c295ecf5f887b9deb929c0
This commit is contained in:
commit
4f2f5d03b1
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ bool fscrypt_mount_metadata_encrypted(const std::string& blk_device, const std::
|
|||
bool needs_encrypt) {
|
||||
LOG(DEBUG) << "fscrypt_mount_metadata_encrypted: " << mount_point << " " << needs_encrypt;
|
||||
auto encrypted_state = android::base::GetProperty("ro.crypto.state", "");
|
||||
if (encrypted_state != "") {
|
||||
if (encrypted_state != "" && encrypted_state != "encrypted") {
|
||||
LOG(DEBUG) << "fscrypt_enable_crypto got unexpected starting state: " << encrypted_state;
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue