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 := 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
|
||||
|
|
|
|||
Loading…
Reference in a new issue