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

am: 2615e01740

Change-Id: I8b2664197f51ecf3379e0de0e4303c71f0e2302b
gugelfrei
Paul Crowley 5 years ago committed by android-build-merger
commit f3a6282a63

@ -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