Merge "display: disable smooth display be default" into main
This commit is contained in:
commit
0863eed3df
2 changed files with 4 additions and 3 deletions
|
@ -30,6 +30,9 @@ $(call inherit-product-if-exists, vendor/google_devices/zumapro/proprietary/devi
|
|||
$(call inherit-product-if-exists, vendor/google_devices/tegu/proprietary/tegu/device-vendor-tegu.mk)
|
||||
$(call inherit-product-if-exists, vendor/qorvo/uwb/qm35-hal/Device.mk)
|
||||
|
||||
# display
|
||||
DEVICE_PACKAGE_OVERLAYS += device/google/tegu/tegu/overlay
|
||||
|
||||
include device/google/tegu/audio/tegu/audio-tables.mk
|
||||
include device/google/zumapro/device-shipping-common.mk
|
||||
include hardware/google/pixel/vibrator/cs40l26/device.mk
|
||||
|
@ -45,8 +48,6 @@ $(call soong_config_set,lyric,tuning_product,tegu)
|
|||
$(warning target_device set to zuma on zumapro target)
|
||||
$(call soong_config_set,google3a_config,target_device,tegu)
|
||||
|
||||
# display
|
||||
DEVICE_PACKAGE_OVERLAYS += device/google/tegu/tegu/overlay
|
||||
|
||||
# Init files
|
||||
PRODUCT_COPY_FILES += \
|
||||
|
|
|
@ -50,7 +50,7 @@
|
|||
<integer name="config_defaultRefreshRate">0</integer>
|
||||
|
||||
<!-- The default peak refresh rate. -->
|
||||
<integer name="config_defaultPeakRefreshRate">120</integer>
|
||||
<integer name="config_defaultPeakRefreshRate">60</integer>
|
||||
|
||||
<!-- Not allow to switch to higher refresh rate when display brightness setting is
|
||||
equal or less than this value -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue