diff options
author | Tianjie Xu <xunchang@google.com> | 2016-05-02 19:47:52 +0200 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2016-05-02 19:47:52 +0200 |
commit | 23c7af797a2596f57490b76bd33232a80d1a9a74 (patch) | |
tree | fbf0ec7c816f99a8f4bbbad6a008a10f46be3719 /tests | |
parent | recovery: Always log the update attempt. (diff) | |
parent | Merge "Add ability to show "installing security update"" into nyc-dev (diff) | |
download | android_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 '')
-rw-r--r-- | tests/component/verifier_test.cpp | 1 |
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) { } |