fs_mgr: Fix MapScratchPartitionIfNeeded signature
Test: lunch aosp_x86_64-user; m Change-Id: I0cd9be80baab664dd374593c1a4f45cea6a0cc78
This commit is contained in:
parent
77840a1877
commit
32835b3967
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue