diff options
author | Chris Phoenix <cphoenix@google.com> | 2017-01-20 20:34:00 +0100 |
---|---|---|
committer | Chris Phoenix <cphoenix@google.com> | 2017-01-20 23:17:10 +0100 |
commit | 0157c786740df494123cb49b3a8f00044dcfebbb (patch) | |
tree | 653298285efdac9370f7e4ef17879296e1ee2562 /update_verifier | |
parent | Merge "imgdiff: cache bsdiff suffix array in zip mode." (diff) | |
download | android_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 |
Diffstat (limited to 'update_verifier')
-rw-r--r-- | update_verifier/update_verifier.cpp | 2 |
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; |