Add config_setColorTransformAccelerated

Bug: 36603386
Test: lunch walleye-eng && make -j100 and lunch muskie-eng && make -j100
Change-Id: I2ef2c96281d969b893adfe68817af1d41115e00f
This commit is contained in:
Christine Franks
2017-03-28 11:42:37 -07:00
parent a7e7e26eba
commit 8fc61a1263

View File

@@ -91,8 +91,9 @@
<!-- If this is true, the screen will come on when you unplug usb/power/whatever. -->
<bool name="config_unplugTurnsOnScreen">true</bool>
<!-- Enable Night display, which requires HWC 2.0. -->
<bool name="config_nightDisplayAvailable">true</bool>
<!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently
in hardware. -->
<bool name="config_setColorTransformAccelerated">true</bool>
<!-- Boolean indicating if restoring network selection should be skipped -->
<!-- The restoring is handled by modem if it is true -->