Merge "Add function CleanupOldScratchFiles symmetrically" am: 2e5e490d60

Original change: https://android-review.googlesource.com/c/platform/system/core/+/1682488

Change-Id: I718aac4e99bc571b402549e172542396f4f0c031
This commit is contained in:
Treehugger Robot 2021-04-23 00:29:35 +00:00 committed by Automerger Merge Worker
commit c7a2eb6388

View file

@ -116,6 +116,8 @@ namespace fs_mgr {
void MapScratchPartitionIfNeeded(Fstab*, const std::function<bool(const std::set<std::string>&)>&) {
}
void CleanupOldScratchFiles() {}
void TeardownAllOverlayForMountPoint(const std::string&) {}
} // namespace fs_mgr