add a property to state the default preferred display mode

Test: boot to home screen
Bug: 256745308
Change-Id: Iec6b30c671666471eae21174224bf6094c77bf35
This commit is contained in:
joenchen 2022-11-10 18:31:11 +00:00 committed by Joen Chen
parent c2d4dc4e06
commit 7f77617320

View file

@ -91,6 +91,8 @@ PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.primarydisplay.lhbm.frames_to_reach
# Display RRS default Config # Display RRS default Config
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += persist.vendor.display.primary.boot_config=1080x2340@120 PRODUCT_DEFAULT_PROPERTY_OVERRIDES += persist.vendor.display.primary.boot_config=1080x2340@120
# TODO: b/250788756 - the property will be phased out after HWC loads user-preferred mode
PRODUCT_DEFAULT_PROPERTY_OVERRIDES += vendor.display.preferred_mode=1080x2340@120
# NFC # NFC
PRODUCT_COPY_FILES += \ PRODUCT_COPY_FILES += \