sm8150-common: Set partition sizes

* These will allow us to use device/qcom/sepolicy
  in the near future.

Change-Id: I6aa8daac3d3e795e798c9cfa4a46d1a3246367cc
This commit is contained in:
LuK1337 2019-07-04 20:42:35 +02:00
parent 6db771311e
commit 993287d22a
1 changed files with 5 additions and 0 deletions

View File

@ -132,6 +132,11 @@ TARGET_PROVIDES_KEYMASTER := true
BOARD_USES_METADATA_PARTITION := true
# Partitions
BOARD_BOOTIMAGE_PARTITION_SIZE := 100663296
BOARD_SYSTEMIMAGE_PARTITION_SIZE := 3640655872
BOARD_USERDATAIMAGE_PARTITION_SIZE := 243561590784
BOARD_VENDORIMAGE_PARTITION_SIZE := 1073741824
BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_BUILD_SYSTEM_ROOT_IMAGE := true
BOARD_FLASH_BLOCK_SIZE := 262144 # (BOARD_KERNEL_PAGESIZE * 64)
TARGET_COPY_OUT_VENDOR := vendor