From 81330ea59802b79ea4ef0ca6fbc5cbf08a556392 Mon Sep 17 00:00:00 2001 From: joenchen Date: Wed, 7 Sep 2022 12:59:12 +0000 Subject: [PATCH] RRS: Apply the default config from persist prop vendor_config plays as another role to control the display config during the boot time. To change the default configuration of the user selected mode, we use persist config to store the value. Bug: 244492960 Test: Boot w/ and w/o user selected configs and check the resolution Change-Id: I8839db59fd0b3e352ddea69e3539a7eaadaa29d2 --- device-raven.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/device-raven.mk b/device-raven.mk index 1712beb..baf9129 100644 --- a/device-raven.mk +++ b/device-raven.mk @@ -281,6 +281,9 @@ PRODUCT_RESTRICT_VENDOR_FILES := false PRODUCT_DEFAULT_PROPERTY_OVERRIDES += \ debug.sf.enable_adpf_cpu_hint=true +# Display RRS default Config +PRODUCT_DEFAULT_PROPERTY_OVERRIDES += persist.vendor.display.primary.boot_config=1440x3120@120 + # Bluetooth OPUS codec PRODUCT_PRODUCT_PROPERTIES += \ persist.bluetooth.opus.enabled=true