sm8350-common: Drop config_setColorTransformAccelerated

It's now enabled by default

Change-Id: I57f059c872fc2ad2fd15e788b1391eeebaff9bde
This commit is contained in:
Georg Veichtlbauer 2022-10-03 16:05:26 +02:00 committed by Arian
parent 88d8ff6808
commit 678df67d35

View File

@ -164,10 +164,6 @@
<!-- Whether the Unprocessed audio source supports the required frequency range and level -->
<bool name="config_supportAudioSourceUnprocessed">true</bool>
<!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently
in hardware. -->
<bool name="config_setColorTransformAccelerated">true</bool>
<!-- Flag indicating whether the we should enable the automatic brightness in Settings.
Software implementation will be used if config_hardware_auto_brightness_available is not set -->
<bool name="config_automatic_brightness_available">true</bool>