diff options
author | Jerry Zhang <zhangjerry@google.com> | 2018-05-22 02:00:23 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-05-22 02:00:23 +0200 |
commit | 6283f64568fff87f80c0a948644d3c8377cf7ace (patch) | |
tree | 1a64c95a7b5d536a2116c3336853b10403bbe024 /stub_ui.h | |
parent | Merge "updater: Clean up the header lines computation." (diff) | |
parent | Merge "recovery: Add ability to set title lines" (diff) | |
download | android_bootable_recovery-6283f64568fff87f80c0a948644d3c8377cf7ace.tar android_bootable_recovery-6283f64568fff87f80c0a948644d3c8377cf7ace.tar.gz android_bootable_recovery-6283f64568fff87f80c0a948644d3c8377cf7ace.tar.bz2 android_bootable_recovery-6283f64568fff87f80c0a948644d3c8377cf7ace.tar.lz android_bootable_recovery-6283f64568fff87f80c0a948644d3c8377cf7ace.tar.xz android_bootable_recovery-6283f64568fff87f80c0a948644d3c8377cf7ace.tar.zst android_bootable_recovery-6283f64568fff87f80c0a948644d3c8377cf7ace.zip |
Diffstat (limited to 'stub_ui.h')
-rw-r--r-- | stub_ui.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |