From bbd0232c2a23a2783fba036cb97737d1b798be86 Mon Sep 17 00:00:00 2001 From: KakatkarAkshay Date: Sun, 18 Jul 2021 21:57:18 +0530 Subject: [PATCH] sm7250-common: set TARGET_SCREEN_DENSITY to 450 * All devices in oneplus sm7250 lineup have 1080p display --- BoardConfigCommon.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk index df97462..c6f6163 100644 --- a/BoardConfigCommon.mk +++ b/BoardConfigCommon.mk @@ -41,6 +41,9 @@ TARGET_USES_64_BIT_BINDER := true TARGET_BOOTLOADER_BOARD_NAME := lito TARGET_NO_BOOTLOADER := true +# Display +TARGET_SCREEN_DENSITY := 450 + # Kernel BOARD_BOOT_HEADER_VERSION := 2 BOARD_KERNEL_BASE := 0x00000000