mirror of
https://github.com/chararomandroid/android_device_samsung_a20
synced 2026-08-21 19:55:33 -04:00
[squash] a10: update stuffs
This commit is contained in:
parent
8d0cd32875
commit
7df1122f77
7 changed files with 85 additions and 13 deletions
|
|
@ -7,14 +7,14 @@ TARGET_OTA_ASSERT_DEVICE := a10,a10dd
|
|||
TARGET_KERNEL_CONFIG := exynos7885-a10_enforcing_defconfig
|
||||
|
||||
# Display
|
||||
TARGET_SCREEN_DENSITY := 320
|
||||
TARGET_SCREEN_DENSITY := 280
|
||||
|
||||
# Partitions
|
||||
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 55574528 # 55MB
|
||||
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 3511135764 # 3.27GB
|
||||
BOARD_BOOTIMAGE_PARTITION_SIZE := 33554432
|
||||
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 3556769792 # 3.31GB
|
||||
BOARD_BOOTIMAGE_PARTITION_SIZE := 37748736
|
||||
BOARD_CACHEIMAGE_PARTITION_SIZE := 157286400
|
||||
BOARD_VENDORIMAGE_PARTITION_SIZE := 364904448
|
||||
BOARD_VENDORIMAGE_PARTITION_SIZE := 394264576
|
||||
|
||||
# Inherit common board flags
|
||||
include device/samsung/universal7885-common/BoardConfigCommon.mk
|
||||
|
|
|
|||
Loading…
Reference in a new issue