summaryrefslogtreecommitdiffstats
path: root/target/board
diff options
context:
space:
mode:
authorJustin Morey <jmorey@google.com>2015-03-18 14:57:16 -0500
committerJustin Morey <jmorey@google.com>2015-03-18 21:04:14 +0000
commit02060b7bddbb8728fa5a4ba5e0905e5a173bc682 (patch)
treeb36ccfa0753812d4dda61da6117785305320240b /target/board
parente34b4ec484faf5dac8286bb17bedeed0e83a6962 (diff)
downloadbuild-02060b7bddbb8728fa5a4ba5e0905e5a173bc682.zip
build-02060b7bddbb8728fa5a4ba5e0905e5a173bc682.tar.gz
build-02060b7bddbb8728fa5a4ba5e0905e5a173bc682.tar.bz2
Bump generic_x86_64 system partition size - DO NOT MERGE
This makes it big enough to hold Orla, unbreaking the build Change-Id: I5a131dfbaaa3aa2bb1bc24e4f859cc3507b671b0
Diffstat (limited to 'target/board')
-rwxr-xr-xtarget/board/generic_x86_64/BoardConfig.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/board/generic_x86_64/BoardConfig.mk b/target/board/generic_x86_64/BoardConfig.mk
index c4fd958..192bbb2 100755
--- a/target/board/generic_x86_64/BoardConfig.mk
+++ b/target/board/generic_x86_64/BoardConfig.mk
@@ -41,7 +41,7 @@ BUILD_EMULATOR_OPENGL := true
USE_OPENGL_RENDERER := true
TARGET_USERIMAGES_USE_EXT4 := true
-BOARD_SYSTEMIMAGE_PARTITION_SIZE := 943718400 # 900MB
+BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1073741824 # 1GB
BOARD_USERDATAIMAGE_PARTITION_SIZE := 576716800
BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016
BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4