mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "bootctrl HAL uses "default" service name"
This commit is contained in:
committed by
Android (Google) Code Review
commit
68df3d04da
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user