From 460b82228f019bc0c4b3630fd13533c15261314d Mon Sep 17 00:00:00 2001 From: Matthew Maurer Date: Mon, 20 May 2019 14:04:17 -0700 Subject: Increase system image size More things got put into the default runtime apex, we need a bigger system partition. Bug: 133173474 Test: lunch qemu_trusty_arm64-userdebug; make; run trusty test suite --- BoardConfig.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BoardConfig.mk b/BoardConfig.mk index f813be4..d39346e 100644 --- a/BoardConfig.mk +++ b/BoardConfig.mk @@ -39,7 +39,7 @@ TARGET_USES_64_BIT_BINDER := true QEMU_CUSTOMIZATIONS := true TARGET_USERIMAGES_USE_EXT4 := true -BOARD_SYSTEMIMAGE_PARTITION_SIZE := 268435456 # 256M +BOARD_SYSTEMIMAGE_PARTITION_SIZE := 536870912 # 512M BOARD_USERDATAIMAGE_PARTITION_SIZE := 67108864 # 64M TARGET_COPY_OUT_VENDOR := vendor # ~100 MB vendor image. Please adjust system image / vendor image sizes -- cgit v1.2.3