projects
/
GitHub
/
LineageOS
/
android_device_samsung_j7elte.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a64a988
)
j7elte: Set partition configuration
author
Dario Trombello
<dariotr@outlook.de>
Thu, 21 May 2020 21:01:27 +0000
(23:01 +0200)
committer
Dario Trombello
<dariotr@outlook.de>
Sun, 24 May 2020 19:06:33 +0000
(21:06 +0200)
BoardConfig.mk
patch
|
blob
|
blame
|
history
diff --git
a/BoardConfig.mk
b/BoardConfig.mk
index 841d073d589dfe3717dc5e24df028ac64ae44613..758701db8926c70e2b13f770a4d4af51550f96c2 100644
(file)
--- a/
BoardConfig.mk
+++ b/
BoardConfig.mk
@@
-24,3
+24,14
@@
BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR := $(LOCAL_PATH)/bluetooth
# Init
TARGET_INIT_VENDOR_LIB := libinit_sec
+
+# Partitions
+BOARD_HAS_NO_MISC_PARTITION:= false
+TARGET_USERIMAGES_USE_EXT4 := true
+TARGET_USERIMAGES_USE_F2FS := true
+BOARD_BOOTIMAGE_PARTITION_SIZE := 33554432
+BOARD_CACHEIMAGE_PARTITION_SIZE := 209715200
+BOARD_RECOVERYIMAGE_PARTITION_SIZE := 39845888
+BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2206203904
+BOARD_USERDATAIMAGE_PARTITION_SIZE := 13035896832
+BOARD_FLASH_BLOCK_SIZE := 4096