diff options
author | bohu <bohu@google.com> | 2015-05-26 10:40:36 -0700 |
---|---|---|
committer | bohu <bohu@google.com> | 2015-05-26 10:40:36 -0700 |
commit | a2eccba17f2d9f0c6df1885c6a96987f23f0a390 (patch) | |
tree | 1d990fd66cfc449b7564fc646f1ffcc30f053db4 /target/board | |
parent | bc4dc42b2da916046bce5701ebd4695c8f11417f (diff) | |
download | build-a2eccba17f2d9f0c6df1885c6a96987f23f0a390.zip build-a2eccba17f2d9f0c6df1885c6a96987f23f0a390.tar.gz build-a2eccba17f2d9f0c6df1885c6a96987f23f0a390.tar.bz2 |
Bump x86_64 system image size to fix build
Bumped from 1G to 1.25G
Change-Id: I8d04166c43c792030f346cbe6ba9d6889b31359b
Diffstat (limited to 'target/board')
-rwxr-xr-x | target/board/generic_x86_64/BoardConfig.mk | 2 |
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 55bafd5..5105161 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 := 1073741824 # 1GB +BOARD_SYSTEMIMAGE_PARTITION_SIZE := 1342177280 # 1.25 GB BOARD_USERDATAIMAGE_PARTITION_SIZE := 576716800 BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016 BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4 |