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

Commit 32835b39 authored by Luca Stefani's avatar Luca Stefani
Browse files

fs_mgr: Fix MapScratchPartitionIfNeeded signature

Test: lunch aosp_x86_64-user; m

Change-Id: I0cd9be80baab664dd374593c1a4f45cea6a0cc78
parent 77840a18
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