diff options
author | Tao Bao <tbao@google.com> | 2018-05-08 19:32:36 +0200 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2018-05-08 19:32:36 +0200 |
commit | d8abd2bd7011fc845d9a3a6c6cdec809ce25961c (patch) | |
tree | 9e2d709525aff9250bc0d1c699b4c877722959ba /stub_ui.h | |
parent | Merge "recovery: Refactor logging code into logging.cpp" (diff) | |
parent | recovery: Get UI and locale from device. (diff) | |
download | android_bootable_recovery-d8abd2bd7011fc845d9a3a6c6cdec809ce25961c.tar android_bootable_recovery-d8abd2bd7011fc845d9a3a6c6cdec809ce25961c.tar.gz android_bootable_recovery-d8abd2bd7011fc845d9a3a6c6cdec809ce25961c.tar.bz2 android_bootable_recovery-d8abd2bd7011fc845d9a3a6c6cdec809ce25961c.tar.lz android_bootable_recovery-d8abd2bd7011fc845d9a3a6c6cdec809ce25961c.tar.xz android_bootable_recovery-d8abd2bd7011fc845d9a3a6c6cdec809ce25961c.tar.zst android_bootable_recovery-d8abd2bd7011fc845d9a3a6c6cdec809ce25961c.zip |
Diffstat (limited to 'stub_ui.h')
-rw-r--r-- | stub_ui.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 {} |