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

Commit b71db8f2 authored by Howard Chen's avatar Howard Chen
Browse files

Bugfix: Add HIDL_FETCH_IScheduleTest declaration

Fix the bug that makes the registerAsServer fails.
sp<IScheduleTest> server =
	IScheduleTest::getService(serviceName, true);
status_t status = server->registerAsService(serviceName);

Bug:38099333
Test: oc-dev on pixel sailfish with a vts test case
  "libhwbinder_latency -i 1"
Change-Id: I892835a25ef7df56a6424da41c0fc477b3a532d8
parent 65f7dbc9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -31,6 +31,8 @@ struct ScheduleTest : public IScheduleTest {
    // Methods from ::android::hidl::base::V1_0::IBase follow.
};

extern "C" IScheduleTest* HIDL_FETCH_IScheduleTest(const char* name);

}  // namespace implementation
}  // namespace V1_0
}  // namespace libhwbinder