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

Change-Id: If8ea1965dd3c596961e4d71c82c7a2bf54868209
This commit is contained in:
Automerger Merge Worker 2020-01-30 18:22:05 +00:00
commit 709346eb5c

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