summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Maurer <mmaurer@google.com>2019-05-20 14:04:17 -0700
committerMatthew Maurer <mmaurer@google.com>2019-05-20 21:15:46 +0000
commit460b82228f019bc0c4b3630fd13533c15261314d (patch)
tree96a9db659afe3baea27b8762ad8a428dd59c4458
parentcdb995dafcb8e7e0801bca4ac0b36eab72c282c0 (diff)
downloaddevice_generic_trusty-460b82228f019bc0c4b3630fd13533c15261314d.tar.gz
device_generic_trusty-460b82228f019bc0c4b3630fd13533c15261314d.tar.bz2
device_generic_trusty-460b82228f019bc0c4b3630fd13533c15261314d.zip
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
-rw-r--r--BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
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