Merge "libfstab: Unexport InRecovery()" into main
This commit is contained in:
commit
f6dc8ee31e
2 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -131,7 +131,5 @@ std::set<std::string> GetBootDevices();
|
|||
// expected name.
|
||||
std::string GetVerityDeviceName(const FstabEntry& entry);
|
||||
|
||||
bool InRecovery();
|
||||
|
||||
} // namespace fs_mgr
|
||||
} // namespace android
|
||||
|
|
Loading…
Reference in a new issue