mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 11:55:31 -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 := 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue