mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "graphics: set maxThreads to 4 for the composer" into oc-dev
am: 15e33c6d17
Change-Id: I4e5c759f467d6085e9dc1d57ca65db0273343eef
This commit is contained in:
@@ -40,5 +40,5 @@ int main() {
|
||||
ALOGE("Couldn't set SCHED_FIFO: %d", errno);
|
||||
}
|
||||
|
||||
return defaultPassthroughServiceImplementation<IComposer>();
|
||||
return defaultPassthroughServiceImplementation<IComposer>(4);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user