summaryrefslogtreecommitdiffstats
path: root/updater/updater.cpp
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-05-22 23:48:35 +0200
committerTianjie Xu <xunchang@google.com>2019-05-22 23:58:28 +0200
commit27556d089f8496c2acb72182ce7add94938eb749 (patch)
tree7fca14e5fe7b8178a996501df0515ddabcfd9ed2 /updater/updater.cpp
parentMerge "recovery: report compliant reboot reason" (diff)
downloadandroid_bootable_recovery-27556d089f8496c2acb72182ce7add94938eb749.tar
android_bootable_recovery-27556d089f8496c2acb72182ce7add94938eb749.tar.gz
android_bootable_recovery-27556d089f8496c2acb72182ce7add94938eb749.tar.bz2
android_bootable_recovery-27556d089f8496c2acb72182ce7add94938eb749.tar.lz
android_bootable_recovery-27556d089f8496c2acb72182ce7add94938eb749.tar.xz
android_bootable_recovery-27556d089f8496c2acb72182ce7add94938eb749.tar.zst
android_bootable_recovery-27556d089f8496c2acb72182ce7add94938eb749.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_) {