mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "graphics: set maxThreads to 4 for the composer" into oc-dev am: 15e33c6d17
am: b8b218b88b
Change-Id: Icb85078986c8453498c1ef2ee5dbb5c58f7fc6a0
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