summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTianjie Xu <xunchang@google.com>2016-05-02 20:17:57 +0200
committerTianjie Xu <xunchang@google.com>2016-05-02 20:17:57 +0200
commit70b5353274a72109b7cb8b259f40075f073f35a0 (patch)
tree491b260014a699b690ce32b1a9554b14eb3705ed /tests
parentMerge "recovery: Always log the update attempt. am: 5687001895 am: f13662a349" into nyc-mr1-dev-plus-aosp (diff)
parentMerge "Add ability to show "installing security update"" into nyc-dev (diff)
downloadandroid_bootable_recovery-70b5353274a72109b7cb8b259f40075f073f35a0.tar
android_bootable_recovery-70b5353274a72109b7cb8b259f40075f073f35a0.tar.gz
android_bootable_recovery-70b5353274a72109b7cb8b259f40075f073f35a0.tar.bz2
android_bootable_recovery-70b5353274a72109b7cb8b259f40075f073f35a0.tar.lz
android_bootable_recovery-70b5353274a72109b7cb8b259f40075f073f35a0.tar.xz
android_bootable_recovery-70b5353274a72109b7cb8b259f40075f073f35a0.tar.zst
android_bootable_recovery-70b5353274a72109b7cb8b259f40075f073f35a0.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 6a5e36901..d7166dfaf 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*/) { }