aboutsummaryrefslogtreecommitdiff
path: root/BoardConfigCommon.mk
diff options
context:
space:
mode:
Diffstat (limited to 'BoardConfigCommon.mk')
-rw-r--r--BoardConfigCommon.mk5
1 files changed, 4 insertions, 1 deletions
diff --git a/BoardConfigCommon.mk b/BoardConfigCommon.mk
index e645e1a..63c5917 100644
--- a/BoardConfigCommon.mk
+++ b/BoardConfigCommon.mk
@@ -171,7 +171,10 @@ BOARD_CACHEIMAGE_PARTITION_SIZE := 268435456
BOARD_RECOVERYIMAGE_PARTITION_SIZE := 67108864
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 3221225472
BOARD_USERDATAIMAGE_PARTITION_SIZE := 58132761600
-BOARD_FLASH_BLOCK_SIZE := 262144
+BOARD_VENDORIMAGE_PARTITION_SIZE := 390029312
+BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
+BOARD_FLASH_BLOCK_SIZE := 262144 # (BOARD_KERNEL_PAGESIZE * 64)
+TARGET_COPY_OUT_VENDOR := vendor
# QCOM hardware
BOARD_USES_QCOM_HARDWARE := true