Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 838b1a1f authored by David Anderson's avatar David Anderson Committed by Gerrit Code Review
Browse files

Merge "fs_mgr: Fix MapScratchPartitionIfNeeded signature"

parents 68acec77 32835b39
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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