summaryrefslogtreecommitdiffstats
path: root/install.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2016-10-27 01:37:01 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-10-27 01:37:01 +0200
commit05c68a8775978688ea1e4f74a2f9c932acc90f2f (patch)
treedb1522b7b3f6cf8069b93955c0db7c7e88601015 /install.cpp
parentMerge "Skip update-on-boot for bootreason in blacklist" am: ebc141dff2 (diff)
parentMerge "Some cleanups to recovery." (diff)
downloadandroid_bootable_recovery-05c68a8775978688ea1e4f74a2f9c932acc90f2f.tar
android_bootable_recovery-05c68a8775978688ea1e4f74a2f9c932acc90f2f.tar.gz
android_bootable_recovery-05c68a8775978688ea1e4f74a2f9c932acc90f2f.tar.bz2
android_bootable_recovery-05c68a8775978688ea1e4f74a2f9c932acc90f2f.tar.lz
android_bootable_recovery-05c68a8775978688ea1e4f74a2f9c932acc90f2f.tar.xz
android_bootable_recovery-05c68a8775978688ea1e4f74a2f9c932acc90f2f.tar.zst
android_bootable_recovery-05c68a8775978688ea1e4f74a2f9c932acc90f2f.zip
Diffstat (limited to 'install.cpp')
-rw-r--r--install.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/install.cpp b/install.cpp
index 919f241a2..f124a2688 100644
--- a/install.cpp
+++ b/install.cpp
@@ -47,8 +47,6 @@
#include "ui.h"
#include "verifier.h"
-extern RecoveryUI* ui;
-
#define ASSUMED_UPDATE_BINARY_NAME "META-INF/com/google/android/update-binary"
static constexpr const char* AB_OTA_PAYLOAD_PROPERTIES = "payload_properties.txt";
static constexpr const char* AB_OTA_PAYLOAD = "payload.bin";