Merge changes from topics "fscrypt-options", "fstab-options" am: c17827b095 am: 18b8ad91b8 am: 2615e01740

am: f3a6282a63

Change-Id: Ibe2bb80d501c619881cc66c6b49cfcaf69a75ce2
gugelfrei
Paul Crowley 5 years ago committed by android-build-merger
commit 5810c9a813

@ -201,8 +201,11 @@ static void get_data_file_encryption_options(EncryptionOptions* options) {
if (entry == nullptr) {
return;
}
ParseOptionsParts(entry->file_contents_mode, entry->file_names_mode, entry->file_policy_version,
options);
if (!ParseOptions(entry->encryption_options, options)) {
LOG(ERROR) << "Unable to parse encryption options for " << DATA_MNT_POINT ": "
<< entry->encryption_options;
return;
}
}
// Retrieve the version to use for encryption policies on the /data filesystem.

Loading…
Cancel
Save