display: Set ro.surface_flinger.ignore_hdr_camera_layers
This property prevents display high brightness mode from being triggered due to HDR layers produced by camera. Bug: 218728138 Change-Id: I772d6c73e877661a2296a448725e9a0ca247ed07
This commit is contained in:
parent
33ecc54bf5
commit
6a6d41f779
2 changed files with 2 additions and 0 deletions
|
@ -39,6 +39,7 @@ $(call soong_config_set,lyric,tuning_product,cheetah)
|
|||
$(call soong_config_set,google3a_config,target_device,cheetah)
|
||||
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.support_kernel_idle_timer=true
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.ignore_hdr_camera_layers=true
|
||||
|
||||
# Init files
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
|
@ -175,6 +175,7 @@ endif
|
|||
|
||||
# Display
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.set_idle_timer_ms=1500
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += ro.surface_flinger.ignore_hdr_camera_layers=true
|
||||
|
||||
# WiFi Overlay
|
||||
PRODUCT_PACKAGES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue