Merge "libfstab: Unexport InRecovery()" into main

This commit is contained in:
Yi-Yo Chiang 2023-08-01 03:19:48 +00:00 committed by Gerrit Code Review
commit f6dc8ee31e
2 changed files with 3 additions and 2 deletions

View file

@ -109,6 +109,9 @@ OverlayfsValidResult fs_mgr_overlayfs_valid();
namespace android {
namespace fs_mgr {
bool UnmapDevice(const std::string& name);
bool InRecovery();
} // namespace fs_mgr
} // namespace android

View file

@ -131,7 +131,5 @@ std::set<std::string> GetBootDevices();
// expected name.
std::string GetVerityDeviceName(const FstabEntry& entry);
bool InRecovery();
} // namespace fs_mgr
} // namespace android