summaryrefslogtreecommitdiffstats
path: root/target/board
diff options
context:
space:
mode:
authorIan Pedowitz <ijpedowitz@google.com>2015-08-10 20:18:41 -0700
committerIan Pedowitz <ijpedowitz@google.com>2015-08-11 03:39:34 +0000
commit5394e8bd12ae60e791613c18cee08516fd0d0e20 (patch)
treebdfa7bd5e4989c3b7d0c6bcf1fba788030063b85 /target/board
parent736463f86cbe4a5d6b1b9333ee0eab4f9ebd5a70 (diff)
downloadbuild-5394e8bd12ae60e791613c18cee08516fd0d0e20.zip
build-5394e8bd12ae60e791613c18cee08516fd0d0e20.tar.gz
build-5394e8bd12ae60e791613c18cee08516fd0d0e20.tar.bz2
Increasing x86 emulator system partition size
Seems sdk_google_phone_x86 is building larger than 750MB Bug: 23093319 Change-Id: Ib3ddbbb96a9dcea02eb6da7362ac0142bdfae4de
Diffstat (limited to 'target/board')
-rw-r--r--target/board/generic_x86/BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/board/generic_x86/BoardConfig.mk b/target/board/generic_x86/BoardConfig.mk
index d5f0531..0b8e1cd 100644
--- a/target/board/generic_x86/BoardConfig.mk
+++ b/target/board/generic_x86/BoardConfig.mk
@@ -35,7 +35,7 @@ BUILD_EMULATOR_OPENGL := true
USE_OPENGL_RENDERER := true
TARGET_USERIMAGES_USE_EXT4 := true
-BOARD_SYSTEMIMAGE_PARTITION_SIZE := 786432000
+BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1342177280 # 1.25 GB
BOARD_USERDATAIMAGE_PARTITION_SIZE := 576716800
BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4