Merge "libfstab: Unexport InRecovery()" into main
diff --git a/fs_mgr/fs_mgr_priv.h b/fs_mgr/fs_mgr_priv.h
index c3b18c8..678dd69 100644
--- a/fs_mgr/fs_mgr_priv.h
+++ b/fs_mgr/fs_mgr_priv.h
@@ -109,6 +109,9 @@
namespace android {
namespace fs_mgr {
+
bool UnmapDevice(const std::string& name);
+bool InRecovery();
+
} // namespace fs_mgr
} // namespace android
diff --git a/fs_mgr/include_fstab/fstab/fstab.h b/fs_mgr/include_fstab/fstab/fstab.h
index 80b45ba..9cb1546 100644
--- a/fs_mgr/include_fstab/fstab/fstab.h
+++ b/fs_mgr/include_fstab/fstab/fstab.h
@@ -131,7 +131,5 @@
// expected name.
std::string GetVerityDeviceName(const FstabEntry& entry);
-bool InRecovery();
-
} // namespace fs_mgr
} // namespace android