diff options
author | Tao Bao <tbao@google.com> | 2018-05-08 19:46:01 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2018-05-08 19:46:01 +0200 |
commit | e5caa4095b8d250af3d11c6d910a4948f3d0e93c (patch) | |
tree | 7001c4d85fc343b3c4f8c1c2b8419487025e3058 /stub_ui.h | |
parent | [automerger skipped] Merge "recovery: Refactor logging code into logging.cpp" am: 5285c27bf4 (diff) | |
parent | Merge "recovery: Get UI and locale from device." (diff) | |
download | android_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 '')
-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 {} |