Merge "bootctrl HAL uses "default" service name"

This commit is contained in:
Chris Phoenix
2017-01-23 20:27:49 +00:00
committed by Android (Google) Code Review

View File

@@ -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);
}