summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Phoenix <cphoenix@google.com>2017-01-20 20:34:00 +0100
committerChris Phoenix <cphoenix@google.com>2017-01-20 23:17:10 +0100
commit0157c786740df494123cb49b3a8f00044dcfebbb (patch)
tree653298285efdac9370f7e4ef17879296e1ee2562
parentMerge "imgdiff: cache bsdiff suffix array in zip mode." (diff)
downloadandroid_bootable_recovery-0157c786740df494123cb49b3a8f00044dcfebbb.tar
android_bootable_recovery-0157c786740df494123cb49b3a8f00044dcfebbb.tar.gz
android_bootable_recovery-0157c786740df494123cb49b3a8f00044dcfebbb.tar.bz2
android_bootable_recovery-0157c786740df494123cb49b3a8f00044dcfebbb.tar.lz
android_bootable_recovery-0157c786740df494123cb49b3a8f00044dcfebbb.tar.xz
android_bootable_recovery-0157c786740df494123cb49b3a8f00044dcfebbb.tar.zst
android_bootable_recovery-0157c786740df494123cb49b3a8f00044dcfebbb.zip
-rw-r--r--update_verifier/update_verifier.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/update_verifier/update_verifier.cpp b/update_verifier/update_verifier.cpp
index e97a3adba..7087671e0 100644
--- a/update_verifier/update_verifier.cpp
+++ b/update_verifier/update_verifier.cpp
@@ -147,7 +147,7 @@ int main(int argc, char** argv) {
LOG(INFO) << "Started with arg " << i << ": " << argv[i];
}
- sp<IBootControl> module = IBootControl::getService("bootctrl");
+ sp<IBootControl> module = IBootControl::getService();
if (module == nullptr) {
LOG(ERROR) << "Error getting bootctrl module.";
return -1;