display: add disp_therm sysfs node and interval time
Bug: 356557498 Flag: NONE add new property Test: check the display temperature work Change-Id: I7f4a78a7e89fa061351af88948191087690a5025 Signed-off-by: attis <attis@google.com>
This commit is contained in:
parent
25d0a7d471
commit
46b5622df9
1 changed files with 5 additions and 2 deletions
|
@ -326,8 +326,11 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
# Media Performance Class 13
|
||||
PRODUCT_PROPERTY_OVERRIDES += ro.odm.build.media_performance_class=33
|
||||
|
||||
# Display LBE
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.lbe.supported=1
|
||||
# Display function property settings
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \
|
||||
vendor.display.lbe.supported=1 \
|
||||
ro.vendor.primarydisplay.google-tg4a.temperature_path=/dev/thermal/tz-by-name/disp_therm/temp \
|
||||
ro.vendor.display.read_temp_interval=30
|
||||
|
||||
# Vibrator HAL
|
||||
$(call soong_config_set,haptics,kernel_ver,v$(subst .,_,$(TARGET_LINUX_KERNEL_VERSION)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue