Merge "bootctrl HAL uses "default" service name"
This commit is contained in:
commit
68df3d04da
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue