Merge "fs_mgr_remount: fix a typo" into qt-dev

This commit is contained in:
TreeHugger Robot 2019-05-09 14:43:18 +00:00 committed by Android (Google) Code Review
commit 482ea4a611
1 changed files with 1 additions and 1 deletions

View File

@ -255,7 +255,7 @@ int main(int argc, char* argv[]) {
auto& mount_point = entry.mount_point;
if (fs_mgr_is_verity_enabled(entry)) {
retval = VERITY_PARTITION;
if (android::base::GetProperty("ro.boot.vbmeta.devices_state", "") != "locked") {
if (android::base::GetProperty("ro.boot.vbmeta.device_state", "") != "locked") {
if (AvbOps* ops = avb_ops_user_new()) {
auto ret = avb_user_verity_set(
ops, android::base::GetProperty("ro.boot.slot_suffix", "").c_str(),