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-21 03:34:11 +0100
commit0f93a11c9a35a8fd51746bbc986a026de151e473 (patch)
treec110bcd3d82c08d8a378b260d7778c96d1f048aa
parentDO NOT MERGE: resolve merge conflicts of 5346da02 to klp-modular-dev am: 4eb997d52b -s ours am: 3591cb48f5 -s ours am: 8bdb13dd9a am: 0d750f900b -s ours am: 457ad2dc3c am: d1c3bdd8c2 am: 9930b28456 am: 0a627e5a5f -s ours am: 510b13acd8 am: 3d1f19c733 am: 8e267878cc am: 99e38bf254 am: e4dcbd1c9e (diff)
downloadandroid_bootable_recovery-0f93a11c9a35a8fd51746bbc986a026de151e473.tar
android_bootable_recovery-0f93a11c9a35a8fd51746bbc986a026de151e473.tar.gz
android_bootable_recovery-0f93a11c9a35a8fd51746bbc986a026de151e473.tar.bz2
android_bootable_recovery-0f93a11c9a35a8fd51746bbc986a026de151e473.tar.lz
android_bootable_recovery-0f93a11c9a35a8fd51746bbc986a026de151e473.tar.xz
android_bootable_recovery-0f93a11c9a35a8fd51746bbc986a026de151e473.tar.zst
android_bootable_recovery-0f93a11c9a35a8fd51746bbc986a026de151e473.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;