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

Commit 68df3d04 authored by Chris Phoenix's avatar Chris Phoenix Committed by Android (Google) Code Review
Browse files

Merge "bootctrl HAL uses "default" service name"

parents 7f3f737a eb1cdbb6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -35,7 +35,7 @@ using ::android::sp;
class BootHidlTest : public ::testing::Test {
 public:
  virtual void SetUp() override {
    boot = IBootControl::getService("bootctrl");
    boot = IBootControl::getService();
    ASSERT_NE(boot, nullptr);
  }