summaryrefslogtreecommitdiffstats
path: root/updater/install.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-10-10 22:07:32 +0200
committerGerrit Code Review <noreply-gerritcodereview@google.com>2016-10-10 22:07:32 +0200
commit2bd94433f8eddb6f35be5e899d4a885b8e1a3717 (patch)
tree9a3904480d6a9bc172cbd6fbc834574d33db9786 /updater/install.cpp
parentMerge "No longer need android/log.h" (diff)
parentUpdate the header path for ext4_utils. (diff)
downloadandroid_bootable_recovery-2bd94433f8eddb6f35be5e899d4a885b8e1a3717.tar
android_bootable_recovery-2bd94433f8eddb6f35be5e899d4a885b8e1a3717.tar.gz
android_bootable_recovery-2bd94433f8eddb6f35be5e899d4a885b8e1a3717.tar.bz2
android_bootable_recovery-2bd94433f8eddb6f35be5e899d4a885b8e1a3717.tar.lz
android_bootable_recovery-2bd94433f8eddb6f35be5e899d4a885b8e1a3717.tar.xz
android_bootable_recovery-2bd94433f8eddb6f35be5e899d4a885b8e1a3717.tar.zst
android_bootable_recovery-2bd94433f8eddb6f35be5e899d4a885b8e1a3717.zip
Diffstat (limited to 'updater/install.cpp')
-rw-r--r--updater/install.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/updater/install.cpp b/updater/install.cpp
index 8c33c2bf3..24e35cfb8 100644
--- a/updater/install.cpp
+++ b/updater/install.cpp
@@ -40,6 +40,8 @@
#include <android-base/properties.h>
#include <android-base/strings.h>
#include <android-base/stringprintf.h>
+#include <ext4_utils/make_ext4fs.h>
+#include <ext4_utils/wipe.h>
#include <selinux/label.h>
#include <selinux/selinux.h>
@@ -57,9 +59,6 @@
#include "install.h"
#include "tune2fs.h"
-#include "make_ext4fs.h"
-#include "wipe.h"
-
// Send over the buffer to recovery though the command pipe.
static void uiPrint(State* state, const std::string& buffer) {
UpdaterInfo* ui = reinterpret_cast<UpdaterInfo*>(state->cookie);