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

Commit f140afe3 authored by Iliyan Malchev's avatar Iliyan Malchev
Browse files

composer: route binder traffic over vndbinder



b/36683636 Hwcomposer is starting binder threads

Test: sailfish

Change-Id: I28ad19b5036c6fbf514770369888ca11892bf212
Signed-off-by: default avatarIliyan Malchev <malchev@google.com>
parent b4488af1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ using android::hardware::defaultPassthroughServiceImplementation;

int main() {
    // the conventional HAL might start binder services
    android::ProcessState::initWithDriver("/dev/vndbinder");
    android::ProcessState::self()->setThreadPoolMaxThreadCount(4);
    android::ProcessState::self()->startThreadPool();