summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Phoenix <cphoenix@google.com>2017-01-23 21:48:31 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-01-23 21:48:32 +0100
commitcf1af460d59079645e6a94dec301e4eb48f1070c (patch)
tree5b66c25d8501a9a98b28e7154f4b62b5e6b755fb
parentMerge "Restore the max width for recovery background texts" (diff)
parentbootctrl HAL uses "default" service name (diff)
downloadandroid_bootable_recovery-cf1af460d59079645e6a94dec301e4eb48f1070c.tar
android_bootable_recovery-cf1af460d59079645e6a94dec301e4eb48f1070c.tar.gz
android_bootable_recovery-cf1af460d59079645e6a94dec301e4eb48f1070c.tar.bz2
android_bootable_recovery-cf1af460d59079645e6a94dec301e4eb48f1070c.tar.lz
android_bootable_recovery-cf1af460d59079645e6a94dec301e4eb48f1070c.tar.xz
android_bootable_recovery-cf1af460d59079645e6a94dec301e4eb48f1070c.tar.zst
android_bootable_recovery-cf1af460d59079645e6a94dec301e4eb48f1070c.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;