Merge "fs_mgr: overlayfs: CreateDynamicScratch for *partition_exists"

This commit is contained in:
Treehugger Robot 2020-02-12 18:00:41 +00:00 committed by Gerrit Code Review
commit 684122a264

View file

@ -1026,6 +1026,8 @@ static bool CreateDynamicScratch(std::string* scratch_device, bool* partition_ex
}
if (change) *change = true;
} else if (scratch_device->empty()) {
*scratch_device = GetBootScratchDevice();
}
return true;
}