summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-01-04 00:52:07 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-01-04 00:52:07 +0100
commit2a8410740ceebec21d11491b5d4f6f0787f6b351 (patch)
tree12e829264c6cc6e2f29e5c34a99499307d8e5622
parentMerge "applypatch: Don't expose FindMatchingPatch()." am: b8d6523acf am: 29e1b7b4b2 (diff)
parentMerge "updater: Update the header name for bootloader.h." am: f9684c22c1 (diff)
downloadandroid_bootable_recovery-2a8410740ceebec21d11491b5d4f6f0787f6b351.tar
android_bootable_recovery-2a8410740ceebec21d11491b5d4f6f0787f6b351.tar.gz
android_bootable_recovery-2a8410740ceebec21d11491b5d4f6f0787f6b351.tar.bz2
android_bootable_recovery-2a8410740ceebec21d11491b5d4f6f0787f6b351.tar.lz
android_bootable_recovery-2a8410740ceebec21d11491b5d4f6f0787f6b351.tar.xz
android_bootable_recovery-2a8410740ceebec21d11491b5d4f6f0787f6b351.tar.zst
android_bootable_recovery-2a8410740ceebec21d11491b5d4f6f0787f6b351.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"