summaryrefslogtreecommitdiffstats
path: root/stub_ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-05-08 19:42:31 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-05-08 19:42:31 +0200
commit07bf50a51d21e2a093e1259faf5307111ed1684d (patch)
tree9e2d709525aff9250bc0d1c699b4c877722959ba /stub_ui.h
parentMerge "recovery: Refactor logging code into logging.cpp" (diff)
parentMerge "recovery: Get UI and locale from device." (diff)
downloadandroid_bootable_recovery-07bf50a51d21e2a093e1259faf5307111ed1684d.tar
android_bootable_recovery-07bf50a51d21e2a093e1259faf5307111ed1684d.tar.gz
android_bootable_recovery-07bf50a51d21e2a093e1259faf5307111ed1684d.tar.bz2
android_bootable_recovery-07bf50a51d21e2a093e1259faf5307111ed1684d.tar.lz
android_bootable_recovery-07bf50a51d21e2a093e1259faf5307111ed1684d.tar.xz
android_bootable_recovery-07bf50a51d21e2a093e1259faf5307111ed1684d.tar.zst
android_bootable_recovery-07bf50a51d21e2a093e1259faf5307111ed1684d.zip
Diffstat (limited to 'stub_ui.h')
-rw-r--r--stub_ui.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/stub_ui.h b/stub_ui.h
index 2ccd49115..fddf4e71e 100644
--- a/stub_ui.h
+++ b/stub_ui.h
@@ -28,6 +28,9 @@ class StubRecoveryUI : public RecoveryUI {
public:
StubRecoveryUI() = default;
+ std::string GetLocale() override {
+ return "";
+ }
void SetBackground(Icon /* icon */) override {}
void SetSystemUpdateText(bool /* security_update */) override {}