Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cf1af460 authored by Chris Phoenix's avatar Chris Phoenix Committed by Gerrit Code Review
Browse files

Merge "bootctrl HAL uses "default" service name"

parents c1df3443 0157c786
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;