flo: overlay: Add config_setColorTransformAccelerated

Bug: 36603386
Test: lunch marlin-eng && make -j100
Change-Id: I535f2b86b9e5d59c9802bb1092797d81daa8ef4e
This commit is contained in:
Christine Franks 2017-03-28 11:43:59 -07:00 committed by Nolen Johnson
parent ae983107c8
commit 44e93cdf37
1 changed files with 5 additions and 0 deletions

View File

@ -297,6 +297,11 @@
<item>com.google.android.gms/com.google.android.gms.nearby.discovery.service.DiscoveryService</item>
</string-array>
<!-- Fix for Lineage LiveDisplay -->
<!-- Boolean indicating whether the HWC setColorTransform function can be performed efficiently
in hardware. -->
<bool name="config_setColorTransformAccelerated">true</bool>
<!-- If device supports corner radius on windows.
This should be turned off on low-end devices to improve animation performance. -->
<bool name="config_supportsRoundedCornersOnWindows">false</bool>