diff options
author | Tao Bao <tbao@google.com> | 2018-01-04 13:19:11 -0800 |
---|---|---|
committer | Tao Bao <tbao@google.com> | 2018-04-27 21:13:57 -0700 |
commit | 9a319f01f8768a1342c3f1c684f04c112a51f45c (patch) | |
tree | 78ab4e2c4138f54be8a2f112de0246b1dc0d8898 /roots.cpp | |
parent | 3de375608177378b16f12104b464b3ad7dfb57ab (diff) | |
download | android_bootable_recovery-9a319f01f8768a1342c3f1c684f04c112a51f45c.tar.gz android_bootable_recovery-9a319f01f8768a1342c3f1c684f04c112a51f45c.tar.bz2 android_bootable_recovery-9a319f01f8768a1342c3f1c684f04c112a51f45c.zip |
Merge libmounts into libotautil.
Export its header (mounts.h) from there, and drop the dot dot dependency
from libupdater / updater.
Test: mmma bootable/recovery
Test: recovery_component_test
Change-Id: Ic26a6b9b78a34dbe1f178b138f3abaafffbec44c
Diffstat (limited to 'roots.cpp')
-rw-r--r-- | roots.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -39,7 +39,7 @@ #include <ext4_utils/wipe.h> #include <fs_mgr.h> -#include "mounts.h" +#include "otautil/mounts.h" static struct fstab* fstab = nullptr; |