Loading update_verifier/update_verifier.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading Loading
update_verifier/update_verifier.cpp +1 −1 Original line number Diff line number Diff line Loading @@ -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; Loading