summaryrefslogtreecommitdiffstats
path: root/target/board
diff options
context:
space:
mode:
authorDouglas Leung <douglas.leung@imgtec.com>2015-03-10 16:09:19 -0700
committerYing Wang <wangying@android.com>2015-03-11 16:36:54 +0000
commit3713ded238549a634b2aa95c25024239f466e92f (patch)
treeb3baff9495821eb065d4a806566378e0c0f3760b /target/board
parent46ba5456ad33e0674929eefff0753e21301e6eba (diff)
downloadbuild-3713ded238549a634b2aa95c25024239f466e92f.zip
build-3713ded238549a634b2aa95c25024239f466e92f.tar.gz
build-3713ded238549a634b2aa95c25024239f466e92f.tar.bz2
Increase system and userdata partition sizes.
The extra system space is needed for mips64r6/mips32r6 quick mode images and the extra userdata is needed to run ART tests. Change-Id: I96dc1553d950dcf046b57feff10a369e9155bd4d
Diffstat (limited to 'target/board')
-rw-r--r--target/board/generic_mips64/BoardConfig.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/target/board/generic_mips64/BoardConfig.mk b/target/board/generic_mips64/BoardConfig.mk
index 958c427..2097635 100644
--- a/target/board/generic_mips64/BoardConfig.mk
+++ b/target/board/generic_mips64/BoardConfig.mk
@@ -65,8 +65,8 @@ BUILD_EMULATOR_OPENGL := true
USE_OPENGL_RENDERER := true
TARGET_USERIMAGES_USE_EXT4 := true
-BOARD_SYSTEMIMAGE_PARTITION_SIZE := 943718400
-BOARD_USERDATAIMAGE_PARTITION_SIZE := 576716800
+BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1101004800
+BOARD_USERDATAIMAGE_PARTITION_SIZE := 734003200
BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4
BOARD_FLASH_BLOCK_SIZE := 512