summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorSen Jiang <senj@google.com>2016-12-14 23:40:46 +0100
committerandroid-build-merger <android-build-merger@google.com>2016-12-14 23:40:46 +0100
commit8c179f8bd4bea6fad3e2cb78cfbbbcc7cdd8e012 (patch)
tree772d13e0103a1b868fbb4c22e3e664eeb6b55430 /tests
parentMerge "updater: Fix the operator order." am: 2bb3a2270e am: f7f3f821a8 am: e97575e7ae (diff)
parentMerge "Add a stub recovery UI." am: 8c1584feaf am: 2f8f6ec0fc (diff)
downloadandroid_bootable_recovery-8c179f8bd4bea6fad3e2cb78cfbbbcc7cdd8e012.tar
android_bootable_recovery-8c179f8bd4bea6fad3e2cb78cfbbbcc7cdd8e012.tar.gz
android_bootable_recovery-8c179f8bd4bea6fad3e2cb78cfbbbcc7cdd8e012.tar.bz2
android_bootable_recovery-8c179f8bd4bea6fad3e2cb78cfbbbcc7cdd8e012.tar.lz
android_bootable_recovery-8c179f8bd4bea6fad3e2cb78cfbbbcc7cdd8e012.tar.xz
android_bootable_recovery-8c179f8bd4bea6fad3e2cb78cfbbbcc7cdd8e012.tar.zst
android_bootable_recovery-8c179f8bd4bea6fad3e2cb78cfbbbcc7cdd8e012.zip
Diffstat (limited to 'tests')
-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*/) { }