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