summaryrefslogtreecommitdiffstats
path: root/fsck_unshare_blocks.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2019-10-02 23:24:27 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-10-02 23:24:27 +0200
commitdc717a5c2bc1ac096848d4624ad5f3f73f4849cb (patch)
treeda34c5f388501e89174ccaaee83e9c36ede83e23 /fsck_unshare_blocks.cpp
parentMerge "otautil: Drop a few unneeded includes." (diff)
parentMerge "otautil: Factor out the utils that're private to recovery." (diff)
downloadandroid_bootable_recovery-dc717a5c2bc1ac096848d4624ad5f3f73f4849cb.tar
android_bootable_recovery-dc717a5c2bc1ac096848d4624ad5f3f73f4849cb.tar.gz
android_bootable_recovery-dc717a5c2bc1ac096848d4624ad5f3f73f4849cb.tar.bz2
android_bootable_recovery-dc717a5c2bc1ac096848d4624ad5f3f73f4849cb.tar.lz
android_bootable_recovery-dc717a5c2bc1ac096848d4624ad5f3f73f4849cb.tar.xz
android_bootable_recovery-dc717a5c2bc1ac096848d4624ad5f3f73f4849cb.tar.zst
android_bootable_recovery-dc717a5c2bc1ac096848d4624ad5f3f73f4849cb.zip
Diffstat (limited to 'fsck_unshare_blocks.cpp')
-rw-r--r--fsck_unshare_blocks.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/fsck_unshare_blocks.cpp b/fsck_unshare_blocks.cpp
index 9dc0fd8ec..e0b2d966b 100644
--- a/fsck_unshare_blocks.cpp
+++ b/fsck_unshare_blocks.cpp
@@ -36,7 +36,7 @@
#include <android-base/unique_fd.h>
#include <fs_mgr/roots.h>
-#include "otautil/roots.h"
+#include "recovery_utils/roots.h"
static constexpr const char* SYSTEM_E2FSCK_BIN = "/system/bin/e2fsck_static";
static constexpr const char* TMP_E2FSCK_BIN = "/tmp/e2fsck.bin";