summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Phoenix <cphoenix@google.com>2017-01-23 21:53:23 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-01-23 21:53:23 +0100
commitee3030ad4e90a71504e64cea597304cc23c27ed7 (patch)
tree5b66c25d8501a9a98b28e7154f4b62b5e6b755fb
parentMerge "Restore the max width for recovery background texts" (diff)
parentMerge "bootctrl HAL uses "default" service name" (diff)
downloadandroid_bootable_recovery-ee3030ad4e90a71504e64cea597304cc23c27ed7.tar
android_bootable_recovery-ee3030ad4e90a71504e64cea597304cc23c27ed7.tar.gz
android_bootable_recovery-ee3030ad4e90a71504e64cea597304cc23c27ed7.tar.bz2
android_bootable_recovery-ee3030ad4e90a71504e64cea597304cc23c27ed7.tar.lz
android_bootable_recovery-ee3030ad4e90a71504e64cea597304cc23c27ed7.tar.xz
android_bootable_recovery-ee3030ad4e90a71504e64cea597304cc23c27ed7.tar.zst
android_bootable_recovery-ee3030ad4e90a71504e64cea597304cc23c27ed7.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;