summaryrefslogtreecommitdiffstats
path: root/stub_ui.h
diff options
context:
space:
mode:
authorJerry Zhang <zhangjerry@google.com>2018-05-22 02:05:28 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-05-22 02:05:28 +0200
commitebc910901cf7815e521995d0a1645531cfd65648 (patch)
tree7940caa0e1a245ecfdb8fb0ae00799b850c8b5a3 /stub_ui.h
parentMerge "updater: Clean up the header lines computation." am: a5735e9b5f (diff)
parentMerge "recovery: Add ability to set title lines" (diff)
downloadandroid_bootable_recovery-ebc910901cf7815e521995d0a1645531cfd65648.tar
android_bootable_recovery-ebc910901cf7815e521995d0a1645531cfd65648.tar.gz
android_bootable_recovery-ebc910901cf7815e521995d0a1645531cfd65648.tar.bz2
android_bootable_recovery-ebc910901cf7815e521995d0a1645531cfd65648.tar.lz
android_bootable_recovery-ebc910901cf7815e521995d0a1645531cfd65648.tar.xz
android_bootable_recovery-ebc910901cf7815e521995d0a1645531cfd65648.tar.zst
android_bootable_recovery-ebc910901cf7815e521995d0a1645531cfd65648.zip
Diffstat (limited to 'stub_ui.h')
-rw-r--r--stub_ui.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/stub_ui.h b/stub_ui.h
index 67c338e99..a3cf12b05 100644
--- a/stub_ui.h
+++ b/stub_ui.h
@@ -67,6 +67,8 @@ class StubRecoveryUI : public RecoveryUI {
const std::function<int(int, bool)>& /* key_handler */) override {
return initial_selection;
}
+
+ void SetTitle(const std::vector<std::string>& /* lines */) override {}
};
#endif // RECOVERY_STUB_UI_H