Merge "libfstab: Unexport InRecovery()" into main am: f6dc8ee31e am: ea70c490fa am: 5bdea0d302

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

Change-Id: Idddb0b39051825c6408c5a1cfd4016285a795f41
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
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