From 11183cbc9ef136ba13362e86e6a1916faa5b8f10 Mon Sep 17 00:00:00 2001 From: Andrei Homescu Date: Fri, 10 Nov 2023 07:11:55 +0000 Subject: Increase size of vendor partition to 64M The vndk apex was recently moved to the vendor partition and is about 42MB in size. Grow that partition to hold the apex and fix the corresponding build issues. Test: m Change-Id: Ia818ca5a65067a7e57ff8d68e2264ab11f5d9860 --- BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index 69ea6b7..7d09bb3 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -43,7 +43,7 @@ BOARD_USERDATAIMAGE_PARTITION_SIZE := 268435456 # 256M TARGET_COPY_OUT_VENDOR := vendor # ~100 MB vendor image. Please adjust system image / vendor image sizes # when finalizing them. -BOARD_VENDORIMAGE_PARTITION_SIZE := 8388608 # 8M +BOARD_VENDORIMAGE_PARTITION_SIZE := 67108864 # 64M BOARD_VENDORIMAGE_FILE_SYSTEM_TYPE := ext4 BOARD_FLASH_BLOCK_SIZE := 512 TARGET_USERIMAGES_SPARSE_EXT_DISABLED := true -- cgit v1.2.3