summaryrefslogtreecommitdiffstats
path: root/stub_ui.h
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2018-05-08 19:46:01 +0200
committerandroid-build-merger <android-build-merger@google.com>2018-05-08 19:46:01 +0200
commite5caa4095b8d250af3d11c6d910a4948f3d0e93c (patch)
tree7001c4d85fc343b3c4f8c1c2b8419487025e3058 /stub_ui.h
parent[automerger skipped] Merge "recovery: Refactor logging code into logging.cpp" am: 5285c27bf4 (diff)
parentMerge "recovery: Get UI and locale from device." (diff)
downloadandroid_bootable_recovery-e5caa4095b8d250af3d11c6d910a4948f3d0e93c.tar
android_bootable_recovery-e5caa4095b8d250af3d11c6d910a4948f3d0e93c.tar.gz
android_bootable_recovery-e5caa4095b8d250af3d11c6d910a4948f3d0e93c.tar.bz2
android_bootable_recovery-e5caa4095b8d250af3d11c6d910a4948f3d0e93c.tar.lz
android_bootable_recovery-e5caa4095b8d250af3d11c6d910a4948f3d0e93c.tar.xz
android_bootable_recovery-e5caa4095b8d250af3d11c6d910a4948f3d0e93c.tar.zst
android_bootable_recovery-e5caa4095b8d250af3d11c6d910a4948f3d0e93c.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 {}