summaryrefslogtreecommitdiffstats
path: root/updater/include/updater/updater.h
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2019-05-24 08:08:07 +0200
committerandroid-build-merger <android-build-merger@google.com>2019-05-24 08:08:07 +0200
commite89cfb6a41bc7c873523d94140d4d3bf9438cd1a (patch)
treef90829307545807cac68be933bdc26c897d4b68b /updater/include/updater/updater.h
parent[automerger skipped] Add misc_writer. (diff)
parentMerge "Some clean ups to the updater" (diff)
downloadandroid_bootable_recovery-e89cfb6a41bc7c873523d94140d4d3bf9438cd1a.tar
android_bootable_recovery-e89cfb6a41bc7c873523d94140d4d3bf9438cd1a.tar.gz
android_bootable_recovery-e89cfb6a41bc7c873523d94140d4d3bf9438cd1a.tar.bz2
android_bootable_recovery-e89cfb6a41bc7c873523d94140d4d3bf9438cd1a.tar.lz
android_bootable_recovery-e89cfb6a41bc7c873523d94140d4d3bf9438cd1a.tar.xz
android_bootable_recovery-e89cfb6a41bc7c873523d94140d4d3bf9438cd1a.tar.zst
android_bootable_recovery-e89cfb6a41bc7c873523d94140d4d3bf9438cd1a.zip
Diffstat (limited to 'updater/include/updater/updater.h')
-rw-r--r--updater/include/updater/updater.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/updater/include/updater/updater.h b/updater/include/updater/updater.h
index 7bbecbc57..08816bf36 100644
--- a/updater/include/updater/updater.h
+++ b/updater/include/updater/updater.h
@@ -30,15 +30,11 @@
#include "otautil/error_code.h"
#include "otautil/sysutil.h"
-class UpdaterRuntime;
-
class Updater : public UpdaterInterface {
public:
explicit Updater(std::unique_ptr<UpdaterRuntimeInterface> run_time)
: runtime_(std::move(run_time)) {}
- Updater();
-
~Updater() override;
// Memory-maps the OTA package and opens it as a zip file. Also sets up the command pipe and