Merge "fs_mgr: Fix MapScratchPartitionIfNeeded signature" am: 838b1a1f94 am: 9e3a7c41c2 am: 709346eb5c

Change-Id: I214ac0a98aadc4c3a0399a42b6f736f6088cc954
This commit is contained in:
Automerger Merge Worker 2020-01-30 18:31:37 +00:00
commit 63bdd5df09

View file

@ -113,8 +113,8 @@ bool fs_mgr_overlayfs_is_setup() {
namespace android {
namespace fs_mgr {
void MapScratchPartitionIfNeeded(Fstab*, const std::function<bool(const std::string&)>&) {}
void MapScratchPartitionIfNeeded(Fstab*,
const std::function<bool(const std::set<std::string>&)>&) {}
} // namespace fs_mgr
} // namespace android