forked from openkylin/platform_build
Increase system image size for x64 to 2.5G
x64 uses more space than others. Change-Id: I67674823960874164f6d40ad07c6e865eaacefc5
This commit is contained in:
parent
93d1636508
commit
c363436272
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue