Merge "fs_mgr: Fix MapScratchPartitionIfNeeded signature" am: 838b1a1f94 am: 9e3a7c41c2
Change-Id: If8ea1965dd3c596961e4d71c82c7a2bf54868209
This commit is contained in:
commit
709346eb5c
1 changed files with 2 additions and 2 deletions
|
|
@ -113,8 +113,8 @@ bool fs_mgr_overlayfs_is_setup() {
|
||||||
namespace android {
|
namespace android {
|
||||||
namespace fs_mgr {
|
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 fs_mgr
|
||||||
} // namespace android
|
} // namespace android
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue