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

Commit 2c3a6cd3 authored by Chia-I Wu's avatar Chia-I Wu Committed by android-build-merger
Browse files

Merge "graphics: set maxThreads to 4 for the composer" into oc-dev am: 15e33c6d

am: b8b218b8

Change-Id: Icb85078986c8453498c1ef2ee5dbb5c58f7fc6a0
parents 060e3c72 b8b218b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -40,5 +40,5 @@ int main() {
        ALOGE("Couldn't set SCHED_FIFO: %d", errno);
    }

    return defaultPassthroughServiceImplementation<IComposer>();
    return defaultPassthroughServiceImplementation<IComposer>(4);
}