From c3fc930bf338c0e67cd99305d313fa78e08ac4c3 Mon Sep 17 00:00:00 2001 From: Kevios12 Date: Fri, 17 Dec 2021 23:14:16 +0000 Subject: [PATCH] universal7885: Fix wrong LCD Density --- a20/BoardConfig.mk | 2 +- a20e/BoardConfig.mk | 2 +- a30/BoardConfig.mk | 2 +- a40/BoardConfig.mk | 2 +- universal7885-common/BoardConfigCommon.mk | 1 - 5 files changed, 4 insertions(+), 5 deletions(-) diff --git a/a20/BoardConfig.mk b/a20/BoardConfig.mk index 756e327..8d2fb21 100644 --- a/a20/BoardConfig.mk +++ b/a20/BoardConfig.mk @@ -7,7 +7,7 @@ TARGET_OTA_ASSERT_DEVICE := a20,a20dd TARGET_KERNEL_CONFIG := exynos7885-a20_enforcing_defconfig # Display -TARGET_SCREEN_DENSITY := 411 +TARGET_SCREEN_DENSITY := 280 # Partitions BOARD_RECOVERYIMAGE_PARTITION_SIZE := 55574528 # 55MB diff --git a/a20e/BoardConfig.mk b/a20e/BoardConfig.mk index 35b2f9a..1edfe47 100644 --- a/a20e/BoardConfig.mk +++ b/a20e/BoardConfig.mk @@ -7,7 +7,7 @@ TARGET_OTA_ASSERT_DEVICE := a20e,a20edd TARGET_KERNEL_CONFIG := exynos7885-a20e_enforcing_defconfig # Display -TARGET_SCREEN_DENSITY := 320 +TARGET_SCREEN_DENSITY := 280 # Partitions BOARD_RECOVERYIMAGE_PARTITION_SIZE := 55574528 # 55MB diff --git a/a30/BoardConfig.mk b/a30/BoardConfig.mk index aae7331..7b7fa25 100644 --- a/a30/BoardConfig.mk +++ b/a30/BoardConfig.mk @@ -7,7 +7,7 @@ TARGET_OTA_ASSERT_DEVICE := a30,a30dd TARGET_KERNEL_CONFIG := exynos7885-a30_enforcing_defconfig # Display -TARGET_SCREEN_DENSITY := 411 +TARGET_SCREEN_DENSITY := 420 # Partitions# Partitions BOARD_BOOTIMAGE_PARTITION_SIZE := 37748736 diff --git a/a40/BoardConfig.mk b/a40/BoardConfig.mk index c60500d..6cd4e0b 100644 --- a/a40/BoardConfig.mk +++ b/a40/BoardConfig.mk @@ -7,7 +7,7 @@ TARGET_OTA_ASSERT_DEVICE := a40,a40dd TARGET_KERNEL_CONFIG := exynos7885-a40_enforcing_defconfig # Display -TARGET_SCREEN_DENSITY := 411 +TARGET_SCREEN_DENSITY := 420 # Partitions BOARD_RECOVERYIMAGE_PARTITION_SIZE := 55574528 diff --git a/universal7885-common/BoardConfigCommon.mk b/universal7885-common/BoardConfigCommon.mk index 6cd4b79..5a4e788 100644 --- a/universal7885-common/BoardConfigCommon.mk +++ b/universal7885-common/BoardConfigCommon.mk @@ -40,7 +40,6 @@ BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true BUILD_BROKEN_ENFORCE_SYSPROP_OWNER := true # Display -TARGET_SCREEN_DENSITY := 280 TARGET_USES_VULKAN := true # Filesystem