summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2016-05-02 19:47:52 +0200
committerandroid-build-merger <android-build-merger@google.com>2016-05-02 19:47:52 +0200
commit23c7af797a2596f57490b76bd33232a80d1a9a74 (patch)
treefbf0ec7c816f99a8f4bbbad6a008a10f46be3719 /tests
parentrecovery: Always log the update attempt. (diff)
parentMerge "Add ability to show "installing security update"" into nyc-dev (diff)
downloadandroid_bootable_recovery-23c7af797a2596f57490b76bd33232a80d1a9a74.tar
android_bootable_recovery-23c7af797a2596f57490b76bd33232a80d1a9a74.tar.gz
android_bootable_recovery-23c7af797a2596f57490b76bd33232a80d1a9a74.tar.bz2
android_bootable_recovery-23c7af797a2596f57490b76bd33232a80d1a9a74.tar.lz
android_bootable_recovery-23c7af797a2596f57490b76bd33232a80d1a9a74.tar.xz
android_bootable_recovery-23c7af797a2596f57490b76bd33232a80d1a9a74.tar.zst
android_bootable_recovery-23c7af797a2596f57490b76bd33232a80d1a9a74.zip
Diffstat (limited to 'tests')
-rw-r--r--tests/component/verifier_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/component/verifier_test.cpp b/tests/component/verifier_test.cpp
index 9ac9657ad..780ff2816 100644
--- a/tests/component/verifier_test.cpp
+++ b/tests/component/verifier_test.cpp
@@ -46,6 +46,7 @@ class MockUI : public RecoveryUI {
void SetStage(int, int) { }
void SetLocale(const char*) { }
void SetBackground(Icon icon) { }
+ void SetSystemUpdateText(bool security_update) { }
void SetProgressType(ProgressType determinate) { }
void ShowProgress(float portion, float seconds) { }