summaryrefslogtreecommitdiffstats
path: root/updater/updater.cpp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-05-24 20:46:51 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-05-24 20:46:51 +0200
commite255db34b15d2020b5b3206723b7fa4ca2a6cdc0 (patch)
tree558494b99abc4209ef226aa5e6d9ca8841f1d897 /updater/updater.cpp
parent[automerger skipped] Add misc_writer. am: 35e0f6d290 -s ours am: 865c17893b -s ours (diff)
parentMerge "Some clean ups to the updater" am: 52e61f6995 am: a0c0e04163 (diff)
downloadandroid_bootable_recovery-e255db34b15d2020b5b3206723b7fa4ca2a6cdc0.tar
android_bootable_recovery-e255db34b15d2020b5b3206723b7fa4ca2a6cdc0.tar.gz
android_bootable_recovery-e255db34b15d2020b5b3206723b7fa4ca2a6cdc0.tar.bz2
android_bootable_recovery-e255db34b15d2020b5b3206723b7fa4ca2a6cdc0.tar.lz
android_bootable_recovery-e255db34b15d2020b5b3206723b7fa4ca2a6cdc0.tar.xz
android_bootable_recovery-e255db34b15d2020b5b3206723b7fa4ca2a6cdc0.tar.zst
android_bootable_recovery-e255db34b15d2020b5b3206723b7fa4ca2a6cdc0.zip
Diffstat (limited to 'updater/updater.cpp')
-rw-r--r--updater/updater.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/updater/updater.cpp b/updater/updater.cpp
index dbfa2f426..426c6dce0 100644
--- a/updater/updater.cpp
+++ b/updater/updater.cpp
@@ -24,9 +24,7 @@
#include <android-base/logging.h>
#include <android-base/strings.h>
-#include "updater/updater_runtime.h"
-
-Updater::Updater() : Updater(std::make_unique<UpdaterRuntime>(nullptr)) {}
+#include "edify/updater_runtime_interface.h"
Updater::~Updater() {
if (package_handle_) {