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
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_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