Increase system image size for x64 to 2.5G

x64 uses more space than others.

Change-Id: I67674823960874164f6d40ad07c6e865eaacefc5
This commit is contained in:
Yahan Zhou 2016-11-03 17:51:26 -07:00 committed by Joshua Lang
parent 93d1636508
commit c363436272
1 changed files with 1 additions and 1 deletions

View File

@ -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