summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-01-04 00:45:02 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-01-04 00:45:02 +0100
commitf9684c22c17b13bf4a563f459c226d2793e39e21 (patch)
tree9316130fce5e8bc521a3622dd3d4b7bc2d18a900
parentMerge "applypatch: Don't expose FindMatchingPatch()." (diff)
parentupdater: Update the header name for bootloader.h. (diff)
downloadandroid_bootable_recovery-f9684c22c17b13bf4a563f459c226d2793e39e21.tar
android_bootable_recovery-f9684c22c17b13bf4a563f459c226d2793e39e21.tar.gz
android_bootable_recovery-f9684c22c17b13bf4a563f459c226d2793e39e21.tar.bz2
android_bootable_recovery-f9684c22c17b13bf4a563f459c226d2793e39e21.tar.lz
android_bootable_recovery-f9684c22c17b13bf4a563f459c226d2793e39e21.tar.xz
android_bootable_recovery-f9684c22c17b13bf4a563f459c226d2793e39e21.tar.zst
android_bootable_recovery-f9684c22c17b13bf4a563f459c226d2793e39e21.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"