sdm710-common: Drop config_setColorTransformAccelerated

It's now enabled by default

Change-Id: I57f059c872fc2ad2fd15e788b1391eeebaff9bde
Signed-off-by: Chenyang Zhong <zhongcy95@gmail.com>
This commit is contained in:
Georg Veichtlbauer 2022-10-03 16:05:26 +02:00 committed by giasen
parent 4118c7b51b
commit 3c293f5f41

View file

@ -330,10 +330,6 @@
<item>"/system/bin/surfaceflinger"</item> <item>"/system/bin/surfaceflinger"</item>
</string-array> </string-array>
<!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently
in hardware. -->
<bool name="config_setColorTransformAccelerated">true</bool>
<!-- Number of physical SIM slots on the device. This includes both eSIM and pSIM slots, and <!-- Number of physical SIM slots on the device. This includes both eSIM and pSIM slots, and
is not necessarily the same as the number of phones/logical modems supported by the device. is not necessarily the same as the number of phones/logical modems supported by the device.
For example, a multi-sim device can have 2 phones/logical modems, but 3 physical slots, For example, a multi-sim device can have 2 phones/logical modems, but 3 physical slots,