sdm845-common: Add support for custom hwcomposer

The one in the vendor partition has broken color transformation.

Change-Id: I93e989af5573902eb7013656268e3298cba6c232
This commit is contained in:
Danny Baumann
2018-07-19 16:01:52 +02:00
parent 664a9794fa
commit 10c61538af
3 changed files with 8 additions and 0 deletions

View File

@@ -323,4 +323,8 @@
<!-- Whether device supports double tap to wake -->
<bool name="config_supportDoubleTapWake">true</bool>
<!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently
in hardware. -->
<bool name="config_setColorTransformAccelerated">true</bool>
</resources>