summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-01-04 00:50:06 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-01-04 00:50:06 +0100
commitc025f145cbbf50adc567cb94656ad659695d9d51 (patch)
tree12e829264c6cc6e2f29e5c34a99499307d8e5622
parentMerge "applypatch: Don't expose FindMatchingPatch()." am: b8d6523acf (diff)
parentMerge "updater: Update the header name for bootloader.h." (diff)
downloadandroid_bootable_recovery-c025f145cbbf50adc567cb94656ad659695d9d51.tar
android_bootable_recovery-c025f145cbbf50adc567cb94656ad659695d9d51.tar.gz
android_bootable_recovery-c025f145cbbf50adc567cb94656ad659695d9d51.tar.bz2
android_bootable_recovery-c025f145cbbf50adc567cb94656ad659695d9d51.tar.lz
android_bootable_recovery-c025f145cbbf50adc567cb94656ad659695d9d51.tar.xz
android_bootable_recovery-c025f145cbbf50adc567cb94656ad659695d9d51.tar.zst
android_bootable_recovery-c025f145cbbf50adc567cb94656ad659695d9d51.zip
-rw-r--r--updater/install.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/updater/install.cpp b/updater/install.cpp
index 3cf38774e..643145447 100644
--- a/updater/install.cpp
+++ b/updater/install.cpp
@@ -46,6 +46,8 @@
#include <android-base/properties.h>
#include <android-base/stringprintf.h>
#include <android-base/strings.h>
+#include <applypatch/applypatch.h>
+#include <bootloader_message/bootloader_message.h>
#include <cutils/android_reboot.h>
#include <ext4_utils/make_ext4fs.h>
#include <ext4_utils/wipe.h>
@@ -54,8 +56,6 @@
#include <selinux/selinux.h>
#include <ziparchive/zip_archive.h>
-#include "applypatch/applypatch.h"
-#include "bootloader.h"
#include "edify/expr.h"
#include "error_code.h"
#include "mounts.h"