Merge "Override config_availableColorModes" into pi-dev

am: 4a7f4180aa

Change-Id: I349533e812437f832e79f8d0f68cc450ffeac939
This commit is contained in:
Chia-I Wu
2018-04-27 08:52:53 -07:00
committed by android-build-merger

View File

@@ -66,6 +66,13 @@
<!-- Enable Night display, which requires HWC 2.0. -->
<bool name="config_nightDisplayAvailable">true</bool>
<!-- List supported color modes. -->
<integer-array name="config_availableColorModes">
<item>0</item> <!-- COLOR_MODE_NATURAL -->
<item>1</item> <!-- COLOR_MODE_BOOSTED -->
<item>2</item> <!-- COLOR_MODE_SATURATED -->
</integer-array>
<!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently
in hardware. -->
<bool name="config_setColorTransformAccelerated">true</bool>