summaryrefslogtreecommitdiffstats
path: root/target/board
diff options
context:
space:
mode:
authorKonstantinos Menychtas <kmenychtas@google.com>2015-08-18 10:14:12 -0700
committerKonstantinos Menychtas <kmenychtas@google.com>2015-08-18 17:34:09 +0000
commit956e469327b1da4b635f20795ed48f6c36ba10d6 (patch)
tree14d1e77998c0496f011f26ef1462eaa50b6fc36c /target/board
parent6a8f88cdec931470256ade35ffe6b8097425e36f (diff)
downloadbuild-956e469327b1da4b635f20795ed48f6c36ba10d6.zip
build-956e469327b1da4b635f20795ed48f6c36ba10d6.tar.gz
build-956e469327b1da4b635f20795ed48f6c36ba10d6.tar.bz2
Increasing MIPS emulator system image size and user-data image size
Size increase taken as a precaution against recent built breakage due to lack of space on a number of targets (e.g. x86, ARM64). System and user-data image sizes set to match currently most common setup for the emulator: system image: 1.25gb, user-data image 700mb. Change-Id: I7118eb26dd78f5fa9e4f0006e15c8d47dee8e28c
Diffstat (limited to 'target/board')
-rw-r--r--target/board/generic_mips/BoardConfig.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/board/generic_mips/BoardConfig.mk b/target/board/generic_mips/BoardConfig.mk
index 13d1c9f..76a2ef4 100644
--- a/target/board/generic_mips/BoardConfig.mk
+++ b/target/board/generic_mips/BoardConfig.mk
@@ -53,8 +53,8 @@ BUILD_EMULATOR_OPENGL := true
USE_OPENGL_RENDERER := true
TARGET_USERIMAGES_USE_EXT4 := true
-BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1073741824
-BOARD_USERDATAIMAGE_PARTITION_SIZE := 576716800
+BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1342177280
+BOARD_USERDATAIMAGE_PARTITION_SIZE := 734003200
BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_FLASH_BLOCK_SIZE := 512