mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
universal7885: Fix wrong LCD Density
This commit is contained in:
parent
d17077817c
commit
c3fc930bf3
5 changed files with 4 additions and 5 deletions
|
|
@ -7,7 +7,7 @@ TARGET_OTA_ASSERT_DEVICE := a20,a20dd
|
||||||
TARGET_KERNEL_CONFIG := exynos7885-a20_enforcing_defconfig
|
TARGET_KERNEL_CONFIG := exynos7885-a20_enforcing_defconfig
|
||||||
|
|
||||||
# Display
|
# Display
|
||||||
TARGET_SCREEN_DENSITY := 411
|
TARGET_SCREEN_DENSITY := 280
|
||||||
|
|
||||||
# Partitions
|
# Partitions
|
||||||
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 55574528 # 55MB
|
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 55574528 # 55MB
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ TARGET_OTA_ASSERT_DEVICE := a20e,a20edd
|
||||||
TARGET_KERNEL_CONFIG := exynos7885-a20e_enforcing_defconfig
|
TARGET_KERNEL_CONFIG := exynos7885-a20e_enforcing_defconfig
|
||||||
|
|
||||||
# Display
|
# Display
|
||||||
TARGET_SCREEN_DENSITY := 320
|
TARGET_SCREEN_DENSITY := 280
|
||||||
|
|
||||||
# Partitions
|
# Partitions
|
||||||
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 55574528 # 55MB
|
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 55574528 # 55MB
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ TARGET_OTA_ASSERT_DEVICE := a30,a30dd
|
||||||
TARGET_KERNEL_CONFIG := exynos7885-a30_enforcing_defconfig
|
TARGET_KERNEL_CONFIG := exynos7885-a30_enforcing_defconfig
|
||||||
|
|
||||||
# Display
|
# Display
|
||||||
TARGET_SCREEN_DENSITY := 411
|
TARGET_SCREEN_DENSITY := 420
|
||||||
|
|
||||||
# Partitions# Partitions
|
# Partitions# Partitions
|
||||||
BOARD_BOOTIMAGE_PARTITION_SIZE := 37748736
|
BOARD_BOOTIMAGE_PARTITION_SIZE := 37748736
|
||||||
|
|
|
||||||
|
|
@ -7,7 +7,7 @@ TARGET_OTA_ASSERT_DEVICE := a40,a40dd
|
||||||
TARGET_KERNEL_CONFIG := exynos7885-a40_enforcing_defconfig
|
TARGET_KERNEL_CONFIG := exynos7885-a40_enforcing_defconfig
|
||||||
|
|
||||||
# Display
|
# Display
|
||||||
TARGET_SCREEN_DENSITY := 411
|
TARGET_SCREEN_DENSITY := 420
|
||||||
|
|
||||||
# Partitions
|
# Partitions
|
||||||
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 55574528
|
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 55574528
|
||||||
|
|
|
||||||
|
|
@ -40,7 +40,6 @@ BUILD_BROKEN_ELF_PREBUILT_PRODUCT_COPY_FILES := true
|
||||||
BUILD_BROKEN_ENFORCE_SYSPROP_OWNER := true
|
BUILD_BROKEN_ENFORCE_SYSPROP_OWNER := true
|
||||||
|
|
||||||
# Display
|
# Display
|
||||||
TARGET_SCREEN_DENSITY := 280
|
|
||||||
TARGET_USES_VULKAN := true
|
TARGET_USES_VULKAN := true
|
||||||
|
|
||||||
# Filesystem
|
# Filesystem
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue