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