From 551d2c3181b7c481b76a6a20dfadcd213455c9d2 Mon Sep 17 00:00:00 2001 From: Tao Bao Date: Wed, 9 May 2018 20:53:13 -0700 Subject: Device owns the RecoveryUI instance. Test: mmma -j bootable/recovery Test: Build and boot into recovery, w/ and w/o enabling quiescent mode respectively. Change-Id: I5d9bb945a6c3c9a3b96199fa0c8071a2f91339a0 --- stub_ui.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stub_ui.h') diff --git a/stub_ui.h b/stub_ui.h index fddf4e71e..67c338e99 100644 --- a/stub_ui.h +++ b/stub_ui.h @@ -28,7 +28,7 @@ class StubRecoveryUI : public RecoveryUI { public: StubRecoveryUI() = default; - std::string GetLocale() override { + std::string GetLocale() const override { return ""; } void SetBackground(Icon /* icon */) override {} -- cgit v1.2.3