Revert "display: update caiman and komodo boot config format"
This reverts commit 7771f2ab12
.
Reason for revert: fix default resolution as high resolution
Change-Id: Icaf3e425ecf729f6f18551e9771725e81dad8eb7
Bug: 315895938
This commit is contained in:
parent
7771f2ab12
commit
abf17741d1
2 changed files with 6 additions and 2 deletions
|
@ -239,7 +239,9 @@ PRODUCT_VENDOR_PROPERTIES += \
|
|||
persist.vendor.udfps.lhbm_controlled_in_hal_supported=true
|
||||
|
||||
# Display RRS default Config
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += persist.vendor.display.primary.boot_config=960x2142@120:120
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += persist.vendor.display.primary.boot_config=960x2142@120
|
||||
# TODO: b/250788756 - the property will be phased out after HWC loads user-preferred mode
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.preferred_mode=960x2142@120
|
||||
|
||||
# Display OP HZ Config
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
|
|
|
@ -47,7 +47,9 @@ $(call soong_config_set,lyric,tuning_product,komodo)
|
|||
$(call soong_config_set,google3a_config,target_device,komodo)
|
||||
|
||||
# Display RRS default Config
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += persist.vendor.display.primary.boot_config=1008x2244@120:120
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += persist.vendor.display.primary.boot_config=1008x2244@120
|
||||
# TODO: b/250788756 - the property will be phased out after HWC loads user-preferred mode
|
||||
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.preferred_mode=1008x2244@120
|
||||
|
||||
# Display OP HZ Config
|
||||
PRODUCT_VENDOR_PROPERTIES += \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue