summaryrefslogtreecommitdiffstats
path: root/tests/component
diff options
context:
space:
mode:
authorSen Jiang <senj@google.com>2016-12-14 23:07:46 +0100
committerandroid-build-merger <android-build-merger@google.com>2016-12-14 23:07:46 +0100
commitef45a88680ee00fe2283ee68dab884b150dc45ab (patch)
tree6066d58e37b89d85081c1f32ca5b406437b159fa /tests/component
parentMerge "updater: Fix the operator order." am: 2bb3a2270e (diff)
parentMerge "Add a stub recovery UI." (diff)
downloadandroid_bootable_recovery-ef45a88680ee00fe2283ee68dab884b150dc45ab.tar
android_bootable_recovery-ef45a88680ee00fe2283ee68dab884b150dc45ab.tar.gz
android_bootable_recovery-ef45a88680ee00fe2283ee68dab884b150dc45ab.tar.bz2
android_bootable_recovery-ef45a88680ee00fe2283ee68dab884b150dc45ab.tar.lz
android_bootable_recovery-ef45a88680ee00fe2283ee68dab884b150dc45ab.tar.xz
android_bootable_recovery-ef45a88680ee00fe2283ee68dab884b150dc45ab.tar.zst
android_bootable_recovery-ef45a88680ee00fe2283ee68dab884b150dc45ab.zip
Diffstat (limited to 'tests/component')
-rw-r--r--tests/component/verifier_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/component/verifier_test.cpp b/tests/component/verifier_test.cpp
index 60a78f5c3..33aadb3fb 100644
--- a/tests/component/verifier_test.cpp
+++ b/tests/component/verifier_test.cpp
@@ -40,7 +40,7 @@
RecoveryUI* ui = NULL;
class MockUI : public RecoveryUI {
- void Init() { }
+ bool Init() { return true; }
void SetStage(int, int) { }
void SetLocale(const char*) { }
void SetBackground(Icon /*icon*/) { }