Skip to content

Commit

Permalink
msm8937-common: Add property to enable display default color mode
Browse files Browse the repository at this point in the history
 Add display default color mode property with value of 1.

Change-Id: I89ffc625dbb0fa731dd0d6ed5aa5de4ec97e2f36
  • Loading branch information
Bharath Gopal authored and karthick111 committed Feb 7, 2019
1 parent 3bcfab5 commit 734163a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vendor_prop.mk
Expand Up @@ -67,7 +67,8 @@ PRODUCT_PROPERTY_OVERRIDES += \
PRODUCT_PROPERTY_OVERRIDES += \
ro.opengles.version=196610 \
ro.qualcomm.cabl=2 \
ro.sf.lcd_density=320
ro.sf.lcd_density=320 \
vendor.display.enable_default_color_mode=1

# Fm
PRODUCT_PROPERTY_OVERRIDES += \
Expand Down

0 comments on commit 734163a

Please sign in to comment.