diff options
author | Tao Bao <tbao@google.com> | 2016-10-05 23:17:01 -0700 |
---|---|---|
committer | Tao Bao <tbao@google.com> | 2016-10-09 14:02:10 -0700 |
commit | de40ba59c8e5091221752e9d7c6e072c29a7055f (patch) | |
tree | 7a4bc94e149924ff232b4a08fe1dc33be3deb35e /roots.cpp | |
parent | aa4924cab176a3ac49c4a02e7b6c4012ffa50ee4 (diff) | |
download | android_bootable_recovery-de40ba59c8e5091221752e9d7c6e072c29a7055f.tar.gz android_bootable_recovery-de40ba59c8e5091221752e9d7c6e072c29a7055f.tar.bz2 android_bootable_recovery-de40ba59c8e5091221752e9d7c6e072c29a7055f.zip |
Update the header path for ext4_utils.
Test: `mmma bootable/recovery`
Change-Id: I70ccddb3ddf46bb012fdc5f632afc46ebdd5473e
Diffstat (limited to 'roots.cpp')
-rw-r--r-- | roots.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -27,12 +27,12 @@ #include <fcntl.h> #include <android-base/logging.h> - +#include <ext4_utils/make_ext4fs.h> +#include <ext4_utils/wipe.h> #include <fs_mgr.h> + #include "common.h" -#include "make_ext4fs.h" #include "mounts.h" -#include "wipe.h" #include "cryptfs.h" static struct fstab *fstab = NULL; |