OSDN Git Service

Increase system image size for x64 to 2.5G
authorYahan Zhou <yahan@google.com>
Fri, 4 Nov 2016 00:51:26 +0000 (17:51 -0700)
committerJoshua Lang <joshualang@google.com>
Tue, 24 Jan 2017 20:33:10 +0000 (12:33 -0800)
x64 uses more space than others.

Change-Id: I67674823960874164f6d40ad07c6e865eaacefc5

target/board/generic_x86_64/BoardConfig.mk

index bd2f987..1854724 100755 (executable)
@@ -39,7 +39,7 @@ BUILD_EMULATOR_OPENGL := true
 USE_OPENGL_RENDERER := true
 
 TARGET_USERIMAGES_USE_EXT4 := true
-BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2147483648 # 2 GB
+BOARD_SYSTEMIMAGE_PARTITION_SIZE := 2684354560 # 2.5 GB
 BOARD_USERDATAIMAGE_PARTITION_SIZE := 576716800
 BOARD_CACHEIMAGE_PARTITION_SIZE := 69206016
 BOARD_CACHEIMAGE_FILE_SYSTEM_TYPE := ext4