summaryrefslogtreecommitdiff
path: root/boot_control_copy
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2019-01-30 14:35:10 -0800
committerTom Cherry <tomcherry@google.com>2019-01-30 16:01:44 -0800
commit629324df89e461c7c9db655453d98101a578097b (patch)
tree7f15460f26e2f2929d038db0aa16624e32d0b3c0 /boot_control_copy
parentc583d20f1aca36d1e9c59e1fe3fc5e0d51764130 (diff)
downloadextras-629324df89e461c7c9db655453d98101a578097b.tar.gz
Add android::fs_mgr namespace for new Fstab code
Test: treehugger Change-Id: I6ed1afb59eed03ca5a7d06a697ac8b04e74f494d
Diffstat (limited to 'boot_control_copy')
-rw-r--r--boot_control_copy/bootinfo.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/boot_control_copy/bootinfo.cpp b/boot_control_copy/bootinfo.cpp
index e4c58b0a..364c1985 100644
--- a/boot_control_copy/bootinfo.cpp
+++ b/boot_control_copy/bootinfo.cpp
@@ -34,6 +34,11 @@
#include "bootinfo.h"
+using android::fs_mgr::Fstab;
+using android::fs_mgr::GetEntryForMountPoint;
+using android::fs_mgr::ReadDefaultFstab;
+using android::fs_mgr::ReadFstabFromFile;
+
// Open the appropriate fstab file and fallback to /fstab.device if
// that's what's being used.
static bool open_fstab(Fstab* fstab)