diff options
author | Bowgo Tsai <bowgotsai@google.com> | 2017-03-10 17:09:44 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-03-10 17:09:44 +0100 |
commit | 1a23257214389f5876165dc60b578574236a2742 (patch) | |
tree | ccfdc525ed4c1ba0bc80c70fbcad2784fc98c4f7 /roots.cpp | |
parent | Merge "recovery: Fix the FIXME in get_menu_selection()." (diff) | |
parent | Merge "recovery: replacing fs_mgr_read_fstab() with new fs_mgr APIs" (diff) | |
download | android_bootable_recovery-1a23257214389f5876165dc60b578574236a2742.tar android_bootable_recovery-1a23257214389f5876165dc60b578574236a2742.tar.gz android_bootable_recovery-1a23257214389f5876165dc60b578574236a2742.tar.bz2 android_bootable_recovery-1a23257214389f5876165dc60b578574236a2742.tar.lz android_bootable_recovery-1a23257214389f5876165dc60b578574236a2742.tar.xz android_bootable_recovery-1a23257214389f5876165dc60b578574236a2742.tar.zst android_bootable_recovery-1a23257214389f5876165dc60b578574236a2742.zip |
Diffstat (limited to 'roots.cpp')
-rw-r--r-- | roots.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -44,7 +44,7 @@ void load_volume_table() int i; int ret; - fstab = fs_mgr_read_fstab("/etc/recovery.fstab"); + fstab = fs_mgr_read_fstab_with_dt("/etc/recovery.fstab"); if (!fstab) { LOG(ERROR) << "failed to read /etc/recovery.fstab"; return; |