sdm660-common: overlay: Offload WM shell to another thread

Android 12 added this config to offload some window management to a
dedicated thread. Enable it to improve performance when the main System
UI thread is busy.

Change-Id: I9eef4cdbc26d0880f3a9aaf875d5e36ebd693238
Signed-off-by: OmarAlCoptan <omarcoptan9@gmail.com>
Signed-off-by: pix106 <sbordenave@gmail.com>
This commit is contained in:
kdrag0n 2022-09-03 10:12:06 +05:30 committed by pix106
parent 9a7db6c34b
commit 9d6a74070a

View file

@ -972,4 +972,6 @@
<!-- B y-intercept --> <item>-0.349361641294833436</item> <!-- B y-intercept --> <item>-0.349361641294833436</item>
</string-array> </string-array>
<!-- Determines whether the shell features all run on another thread. -->
<bool name="config_enableShellMainThread">true</bool>
</resources> </resources>