From e2469b6ed7553ccf5093db333977f82c01d4b148 Mon Sep 17 00:00:00 2001 From: nyyu Date: Fri, 26 Aug 2022 18:04:21 +0200 Subject: [PATCH] mondrianwifi: set TARGET_SCREEN_DENSITY --- BoardConfig.mk | 3 +++ system.prop | 1 - 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 92088a3..83e44a5 100755 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -42,6 +42,9 @@ TARGET_FS_CONFIG_GEN += $(DEVICE_PATH)/config.fs # HIDL DEVICE_MANIFEST_FILE += $(DEVICE_PATH)/manifest.xml +# Display +TARGET_SCREEN_DENSITY := 320 + # Kernel BOARD_KERNEL_BASE := 0x00000000 BOARD_KERNEL_CMDLINE := console=null androidboot.hardware=qcom user_debug=31 msm_rtb.filter=0x37 ehci-hcd.park=3 zcache.enabled=1 zcache.compressor=lz4 diff --git a/system.prop b/system.prop index 7c416f9..e36deda 100755 --- a/system.prop +++ b/system.prop @@ -39,7 +39,6 @@ dalvik.vm.heapmaxfree=8m # Display debug.mdpcomp.logs=0 persist.hwc.mdpcomp.enable=true -ro.sf.lcd_density=320 lockscreen.rot_override=true # GPS