Merge "fs_mgr: Fix MapScratchPartitionIfNeeded signature" am: 838b1a1f94 am: 9e3a7c41c2 am: 709346eb5c
Change-Id: I214ac0a98aadc4c3a0399a42b6f736f6088cc954
This commit is contained in:
commit
63bdd5df09
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